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',