diff --git a/jero-web/src/views/processCenter/components/engineeringConfirmation.vue b/jero-web/src/views/processCenter/components/engineeringConfirmation.vue index bf0f9b333..662e0e33f 100644 --- a/jero-web/src/views/processCenter/components/engineeringConfirmation.vue +++ b/jero-web/src/views/processCenter/components/engineeringConfirmation.vue @@ -500,6 +500,13 @@ } else if (this.$route.query.flowType == 4) { 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 = { status: 'NotDone', 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 } }, deleteText(num) {