zhengkaixin 3 years ago
parent
commit
84d7c33e5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/projects/business/views/Master/Family/Add.vue

+ 1 - 1
src/projects/business/views/Master/Family/Add.vue

@@ -235,7 +235,7 @@
 			},
 			del() {
 				this.isLoading = true;
-				API_Family.delPersonPope(this.subForm.id).then(response => {
+				API_Family.delPerson(this.subForm.id).then(response => {
 					this.isLoading = false;
 
 					mui.toast('删除成功');