修改禅道bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user