25762
This commit is contained in:
		| @@ -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 ( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user