sunyize 2 سال پیش
والد
کامیت
81222af0ae
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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)