From eae8f1fe84b50e26ee8cbd9bb0c59622217cdaf2 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Thu, 26 May 2022 18:38:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=B2=E7=9F=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processCenter/components/engineeringConfirmation.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jero-web/src/views/processCenter/components/engineeringConfirmation.vue b/jero-web/src/views/processCenter/components/engineeringConfirmation.vue index e3a3f0752..a3467523e 100644 --- a/jero-web/src/views/processCenter/components/engineeringConfirmation.vue +++ b/jero-web/src/views/processCenter/components/engineeringConfirmation.vue @@ -492,11 +492,11 @@ distributionEngineer() { let msgType = '' if (this.$route.query.flowType == 2) { - msgType = 'designRemindMsg' + msgType = 'designIssueDreMsg' } else if (this.$route.query.flowType == 3) { - msgType = 'prehomoRemindMsg' + msgType = 'prehomoIssueDreMsg' } else if (this.$route.query.flowType == 4) { - msgType = 'verifyRemindMsg' + msgType = 'verifyIssueDreMsg' } let query = { status: 'NotDone',