Merge remote-tracking branch 'origin/fix_bug_first_stage' into fix_bug_first_stage
This commit is contained in:
@@ -500,6 +500,13 @@
|
|||||||
} else if (this.$route.query.flowType == 4) {
|
} else if (this.$route.query.flowType == 4) {
|
||||||
msgType = 'verifyIssueDreMsg'
|
msgType = 'verifyIssueDreMsg'
|
||||||
}
|
}
|
||||||
|
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].isSend = '1'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
let query = {
|
let query = {
|
||||||
status: 'NotDone',
|
status: 'NotDone',
|
||||||
actiProcInstId: this.$route.query.actiProcInstId,
|
actiProcInstId: this.$route.query.actiProcInstId,
|
||||||
@@ -681,13 +688,6 @@
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
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].isSend = '1'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
this.formInline = { ...this.formInline }
|
this.formInline = { ...this.formInline }
|
||||||
},
|
},
|
||||||
deleteText(num) {
|
deleteText(num) {
|
||||||
|
|||||||
Reference in New Issue
Block a user