瀏覽代碼

授信修改

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