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;