Kxc0822a
2022-03-31 004f47fd155ebfb45d16def623c4ecb7fa0361e7
src/views/safetyproduction/checklist.vue
@@ -450,7 +450,7 @@
        this.index = this.form.deductionList.findIndex(
          (item) => item.name == val.name
        );
        this.formInline = val;
          this.formInline=JSON.parse(JSON.stringify(val));
      }
    },
    listAdd() {