瀏覽代碼

更新优化

lex-xin 3 年之前
父節點
當前提交
9c9c3178a9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/organManager/components/organInfo.vue

+ 1 - 1
src/views/organManager/components/organInfo.vue

@@ -434,7 +434,7 @@ export default {
   async mounted() {
     await this.getAreaList();
     if (this.data) {
-      this.form = { ...this.data };
+      this.form = Object.assign(this.form, this.data);
       this.payState = this.data.payState;
 
       const { phone } = this.data