From 035614ae030228cf003f8ceaa6b564408208aecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 29 Dec 2023 13:31:03 +0800 Subject: [PATCH] fix 80158 --- .../standardConsultationProcess/StandardConsultationProcess.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue b/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue index 2bce16cc..f1f09cfd 100644 --- a/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue +++ b/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue @@ -1016,6 +1016,8 @@ export default { } // 征求意见列表 if (this.showConsultationList && (this.currentNode.indexOf(ConsultationProcess.moduleOwnerSummary.value) !== -1 || this.currentNode.indexOf(ConsultationProcess.leaderSummary.value) !== -1) && !this.$refs.expandTable.submit()) { + // 校验提醒 + this.$message.warning(this.$t('workCenter.checkTableRequired')) flag = false } baseFlag = flag