Browse Source

提交开发

1
Xiao_Mo 4 năm trước cách đây
mục cha
commit
cb08c74cf2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/main/baseinfo/index.vue

+ 1 - 1
src/views/main/baseinfo/index.vue

@@ -234,7 +234,7 @@ export default {
 
 
       // console.log(this.dataInfo)
-      // this.dataInfo = {...this.dataInfo,...data};
+      this.dataInfo = {...this.dataInfo};
     },
   },
 };