Browse Source

编辑工单修改

miaofuhao 3 years ago
parent
commit
ca51a05f66

File diff suppressed because it is too large
+ 400 - 259
CallCenterWeb.UI/RMYY/src/views/comDispatch/components/addOrEditDispatch.vue


+ 2 - 2
CallCenterWeb.UI/RMYY/src/views/orderManage/mySubmit/index.vue

@@ -322,7 +322,7 @@ export default {
322 322
             wid: rid,
323 323
             rtype: rtype.toString(),
324 324
             r2type: r2type.toString(),
325
-            iswomanage: "1",
325
+            iswomanage: "2",
326 326
             isedit: "1",
327 327
           }, // props
328 328
         },
@@ -337,7 +337,7 @@ export default {
337 337
           this.searchData.starttime = this.searchTime[0];
338 338
           this.searchData.endtime = this.searchTime[1];
339 339
         }
340
-        this.searchData.page = this.pageParams.pageindex;
340
+        this.searchData.pageindex = this.pageParams.pageindex;
341 341
         this.searchData.pagesize = this.pageParams.pagesize;
342 342
         mySubmitOrderList(this.searchData).then((response) => {
343 343
           this.loading = false;