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 = '';