From 135b5b2e497514dc4456e33b0db0fe5e7fa4e62f Mon Sep 17 00:00:00 2001 From: cuijian <cuijian@xalxzn.com> Date: 星期一, 11 八月 2025 09:11:19 +0800 Subject: [PATCH] 现场问题处理 --- src/views/tms/modules/toolsClassify/ToolsClassifyForm.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/tms/modules/toolsClassify/ToolsClassifyForm.vue b/src/views/tms/modules/toolsClassify/ToolsClassifyForm.vue index d79f132..e20a71e 100644 --- a/src/views/tms/modules/toolsClassify/ToolsClassifyForm.vue +++ b/src/views/tms/modules/toolsClassify/ToolsClassifyForm.vue @@ -161,12 +161,16 @@ this.leafFlagShow = false if(record.leafFlag == "1"){ this.paraTypeFlagShow = true + }else{ + this.validatorRules.paraTypeFlag[0].required = false + this.paraTypeFlagShow = false } }, submitForm () { const that = this; // 瑙﹀彂琛ㄥ崟楠岃瘉 this.$refs.form.validate(valid => { + console.log("111111",valid) if (valid) { that.confirmLoading = true; let httpurl = ''; -- Gitblit v1.9.3