From 40a40373147d8781c53be0ac97e4b8ccbc50fb52 Mon Sep 17 00:00:00 2001 From: zyn Date: Tue, 21 Nov 2023 15:25:40 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=2078589=20=E9=85=8D=E7=BD=AE=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E6=A0=87=E5=87=86=E4=BD=93=E7=B3=BB-=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=97=B6=E5=81=9A=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/attributeCustom/components/standSystem.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/config/pages/attributeCustom/components/standSystem.vue b/src/pages/config/pages/attributeCustom/components/standSystem.vue index a33fc2aac..56a18b401 100644 --- a/src/pages/config/pages/attributeCustom/components/standSystem.vue +++ b/src/pages/config/pages/attributeCustom/components/standSystem.vue @@ -58,7 +58,7 @@ class="common-button-primary" icon="el-icon-check" type="primary" - @click="handleSubmit('productModelAdd')">提交 + @click="handleSubmit">提交 { + if (!valid) { + flag = false + } + }) + if (!flag) return; let res = {} switch (this.drawerTitle) { case '新增体系': From caca657510d148d34a05fd6bbb37f9164e9bb2fd Mon Sep 17 00:00:00 2001 From: zyn Date: Wed, 22 Nov 2023 09:57:57 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20=E6=94=BF=E7=AD=96-=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E5=86=85=E5=AE=B9=E8=BF=87=E9=95=BF=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../policyRegulation/meeting/components/TopicsTable.vue | 4 ++++ src/pages/policyRegulation/meeting/index.vue | 5 +++++ src/pages/policyRegulation/policyTopics/index.vue | 4 ++++ .../components/RegulatoryMaterialsMain.vue | 4 ++++ .../policyTopicParticipation/components/RetrieveTopics.vue | 6 ++++++ .../policyWarehousing/components/SearchResult.vue | 7 ++++++- 6 files changed, 29 insertions(+), 1 deletion(-) diff --git a/src/pages/policyRegulation/meeting/components/TopicsTable.vue b/src/pages/policyRegulation/meeting/components/TopicsTable.vue index 69ed77451..68677d3c2 100644 --- a/src/pages/policyRegulation/meeting/components/TopicsTable.vue +++ b/src/pages/policyRegulation/meeting/components/TopicsTable.vue @@ -93,6 +93,7 @@ align="center"> @@ -90,17 +91,21 @@