|
@@ -464,6 +464,7 @@ export default {
|
464
|
464
|
"repairType": JSON.parse(localStorage.getItem("repairMain"))?JSON.parse(localStorage.getItem("repairMain")).valueconfig:undefined,
|
465
|
465
|
"requester": this.loginUser,
|
466
|
466
|
"acceptUser": this.loginUser,
|
|
467
|
+ "fromWx": true,
|
467
|
468
|
},
|
468
|
469
|
};
|
469
|
470
|
this.$http
|