From 818a45b0ac6eb0d59e56d754ddf0146a840cca5d Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Tue, 5 Jul 2022 14:56:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/engineeringConfirmation.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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) {