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) {