Browse Source

重新指派传参错误

seimin 3 years ago
parent
commit
58afc456b6
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/views/order.vue

+ 5 - 1
src/views/order.vue

@@ -268,7 +268,7 @@ export default {
268
       }
268
       }
269
       this.pro_hides=!this.pro_hides;
269
       this.pro_hides=!this.pro_hides;
270
     },
270
     },
271
-    //数据提交
271
+    //数据提交baba
272
     subVali() {
272
     subVali() {
273
       var that = this;
273
       var that = this;
274
       delete that.model.handlerCode;
274
       delete that.model.handlerCode;
@@ -277,7 +277,11 @@ export default {
277
       if (that.selected == 1) {
277
       if (that.selected == 1) {
278
         that.model.receive_code = "handler";
278
         that.model.receive_code = "handler";
279
         that.model.loginUser = that.loginUser;
279
         that.model.loginUser = that.loginUser;
280
+        that.model.msgflag = '接单';
281
+        that.model.submit = '接单';
280
       } else if (that.selected == 2) {
282
       } else if (that.selected == 2) {
283
+        that.model.msgflag = '重新指派';
284
+        that.model.submit = '重新指派';
281
         that.model.receive_code = "transferment";
285
         that.model.receive_code = "transferment";
282
         that.model.resignComment = that.resignComment;
286
         that.model.resignComment = that.resignComment;
283
         if (!that.resignComment) {
287
         if (!that.resignComment) {