cuijian
8 小时以前 135b5b2e497514dc4456e33b0db0fe5e7fa4e62f
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 = '';