sunyize 2 năm trước cách đây
mục cha
commit
81222af0ae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/truckCheck/modules/TaskCheckList.vue

+ 1 - 1
src/views/truckCheck/modules/TaskCheckList.vue

@@ -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)