Explorar el Código

提交开发

1
Xiao_Mo hace 4 años
padre
commit
cb08c74cf2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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};
     },
   },
 };