左侧树菜单要展开,菜单里的子树默认收起
This commit is contained in:
@@ -265,7 +265,7 @@ export default {
|
||||
total: 0,
|
||||
total2: 0,
|
||||
pageSize: this.$store.getters.userInfo.configContent,
|
||||
sideClose: true,
|
||||
sideClose: false,
|
||||
data: [], // table数据
|
||||
treeLoading: false,
|
||||
Loading: false,
|
||||
|
||||
@@ -313,7 +313,7 @@ export default {
|
||||
},
|
||||
nodeList2: [],
|
||||
modalflag: false,
|
||||
sideClose: true, // 边栏收展状态
|
||||
sideClose: false, // 边栏收展状态
|
||||
filterText: '',
|
||||
treeData: [],
|
||||
defaultProps: {
|
||||
|
||||
Reference in New Issue
Block a user