This commit is contained in:
yanran200730
2021-12-23 11:38:57 +08:00
parent 5c8af74966
commit 37cfd3fd46
2 changed files with 10 additions and 7 deletions

View File

@@ -323,7 +323,9 @@ export default {
});
},
deletePersonFn() {
this.resident.instance.post(`/app/appresident/delete?ids=${this.deleteIds}`).then(res => {
this.resident.instance.post(`/app/appresident/deleteBody`, {
ids: this.deleteIds
}).then(res => {
if (res && res.code == 0) {
this.$message.success("删除成功");
if (