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 '新增体系': diff --git a/src/pages/policyRegulation/meeting/components/TopicsTable.vue b/src/pages/policyRegulation/meeting/components/TopicsTable.vue index a8ba25d2f..c37915808 100644 --- a/src/pages/policyRegulation/meeting/components/TopicsTable.vue +++ b/src/pages/policyRegulation/meeting/components/TopicsTable.vue @@ -102,6 +102,7 @@ @@ -90,17 +91,21 @@