Kxc0822a
2022-03-31 004f47fd155ebfb45d16def623c4ecb7fa0361e7
src/views/safetyproduction/review.vue
@@ -285,7 +285,8 @@
    },
    handleClick(data) {
      this.dialogVisible = true;
      this.form = data;
      // this.form = data;
        this.form=JSON.parse(JSON.stringify(data));
    },
    lost() {
      this.dialogVisible = false;
@@ -325,4 +326,4 @@
  background-color: #034ea2;
  border: 1px solid #034ea2;
}
</style>
</style>