zhengkaixin před 3 roky
rodič
revize
84d7c33e5e

+ 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('删除成功');