修改禅道bug

This commit is contained in:
qq787203167
2022-07-05 16:55:39 +08:00
parent 09551f2434
commit 9f8aac7cfa
@@ -504,6 +504,7 @@
for (let j = 0; j < this.distributionEngineerList.length; j++) {
if (this.dataSourceTable[i].userId == this.distributionEngineerList[j].userId) {
this.distributionEngineerList[j].isSend = '1'
this.distributionEngineerList[j].id = this.dataSourceTable[i].id
}
}
}
@@ -687,7 +688,15 @@
userId: this.formInline[value].split(',')[index]
})
})
for (let i = 0; i < this.dataSourceTable.length; i++) {
for (let j = 0; j < this.distributionEngineerList.length; j++) {
if (this.dataSourceTable[i].userId == this.distributionEngineerList[j].userId) {
this.distributionEngineerList[j].deliveryInstructions = this.dataSourceTable[i].deliveryInstructions
}
}
}
}
this.distributionEngineerList = [...this.distributionEngineerList]
this.formInline = { ...this.formInline }
},
deleteText(num) {