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