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