|
@@ -354,7 +354,7 @@
|
|
|
handler(newVal) {
|
|
handler(newVal) {
|
|
|
if (newVal) {
|
|
if (newVal) {
|
|
|
console.log('workOrderId~~~~~~~~~~~', newVal);
|
|
console.log('workOrderId~~~~~~~~~~~', newVal);
|
|
|
- this.getOrderDetials();
|
|
|
|
|
|
|
+ // this.getOrderDetials();
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
deep: true,
|
|
deep: true,
|
|
@@ -719,9 +719,10 @@
|
|
|
(item) => item.id == this.addForm.teamId
|
|
(item) => item.id == this.addForm.teamId
|
|
|
);
|
|
);
|
|
|
this.teamUserList = this.teamAllList[index];
|
|
this.teamUserList = this.teamAllList[index];
|
|
|
- console.log('this.teamUserList', this.teamUserList);
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ console.log('this.addForm~~~~~~~~~~', this.addForm);
|
|
|
|
|
+
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
this.$refs.formRef.clearValidate();
|
|
this.$refs.formRef.clearValidate();
|
|
|
|
|
|
|
@@ -852,6 +853,7 @@
|
|
|
|
|
|
|
|
this.teamAllList.push(item.userVOList);
|
|
this.teamAllList.push(item.userVOList);
|
|
|
});
|
|
});
|
|
|
|
|
+ this.getOrderDetials();
|
|
|
},
|
|
},
|
|
|
changeId() {
|
|
changeId() {
|
|
|
if (this.addForm.executeUsersIds.length == this.teamUserList.length) {
|
|
if (this.addForm.executeUsersIds.length == this.teamUserList.length) {
|