@@ -119,8 +119,9 @@
visible(visible) {
if (visible) {
if (this.data != null) {
- this.$util.assignObject(this.form, this.data);
+ // this.$util.assignObject(this.form, this.data);
// this.form = this.data;
+ this.form = Object.assign(this.data);
this.isUpdate = true;
console.log(1111111);
} else {