@@ -970,7 +970,7 @@ export default {
return
}
var that = this;
- deleteAction(that.url.deletePerson, {id: id}).then((res) => {
+ deleteAction(that.url.deletePerson, {ids: id}).then((res) => {
if (res.success) {
//重新计算分页问题
that.reCalculatePage(1)