Source/UBCS-WEB/src/components/FormTemplate/index.vue
@@ -313,13 +313,13 @@ if (!formValidate) return; let codeValidate = true; // 进行码值申请校验 if (this.showCodeApply) { codeValidate = await this.$refs.CodeApply.validate(); if (!codeValidate) { this.activeName = "codeApply"; return false; } } // if (this.showCodeApply) { // codeValidate = await this.$refs.CodeApply.validate(); // if (!codeValidate) { // this.activeName = "codeApply"; // return false; // } // } let resembleQueryList = []; if (this.$refs.resembleQueryRef) { // 进行相似项查询