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};
     },
   },
 };