소스 검색

更新优化

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