Kxc0822a
2022-04-01 e15c608b99fd18196496eb98f39c19da7f09a588
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() {
@@ -568,4 +568,4 @@
  background-color: #034ea2;
  border: 1px solid #034ea2;
}
</style>
</style>