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