shj
2022-04-01 8d02c80fbed5887266bcf99d9ab9b2b3938449c6
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>