소스 검색

授信修改

zhangxiaojun 5 달 전
부모
커밋
2c40102575
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/views/myBusiness/businessMain.vue

+ 5 - 0
src/views/myBusiness/businessMain.vue

@@ -183,6 +183,11 @@ export default {
             flag: true
           }
         })
+
+        // 首个默认展开
+        if (this.companyList.length) {
+          this.getCompanyList(this.companyList[0].id, 0)
+        }
       })
     },
     getCompanyList(id, index) {