From d9aab92fa25860c6682debe50e10770dc7db42a0 Mon Sep 17 00:00:00 2001 From: cuikaidong <ckd2942379034@163.com> Date: 星期四, 14 八月 2025 12:44:33 +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