@@ -43,7 +43,7 @@
v-loading="loading"
:data="deptList"
row-key="fId"
- default-expand-all
+ :default-expand-all="false"
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
>
<el-table-column prop="fName" label="仓库名称" width="260"></el-table-column>