浏览代码

提交开发

1
Xiao_Mo 4 年之前
父节点
当前提交
cb08c74cf2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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};
     },
   },
 };