所有的左侧结构树,有的部分折叠,有的部分打开,看着乱。改为默认折叠状态;

This commit is contained in:
yanyizhou
2021-11-21 09:55:59 +08:00
parent 6317a64619
commit 8f80545521
@@ -265,7 +265,7 @@ export default {
total: 0,
total2: 0,
pageSize: this.$store.getters.userInfo.configContent,
sideClose: false,
sideClose: true,
data: [], // table数据
treeLoading: false,
Loading: false,