fix
songhuangfeng123
2022-04-01 7f9eb61d710569dd01daf33dfe88cbc2c30947e9
src/views/safetyproduction/checklist.vue
@@ -435,9 +435,6 @@
      }
    },
    coAdd(val, type) {
       this.$nextTick(() => {
        this.$refs["form"].clearValidate();
      });
      this.titleN = type;
      if (type == "新增") {
        this.dialogVisible = true;
@@ -452,6 +449,9 @@
        );
          this.formInline=JSON.parse(JSON.stringify(val));
      }
        this.$nextTick(() => {
            this.$refs["form"].clearValidate();
        });
    },
    listAdd() {
        this.$refs["form"].validate((valid) => {