diff --git a/src/pages/config/pages/mechanismManage/index.vue b/src/pages/config/pages/mechanismManage/index.vue index 6f613fbf6..032eb92f6 100644 --- a/src/pages/config/pages/mechanismManage/index.vue +++ b/src/pages/config/pages/mechanismManage/index.vue @@ -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, diff --git a/src/pages/config/pages/roleManage/index.vue b/src/pages/config/pages/roleManage/index.vue index 35dd4fc35..45f01ce8f 100644 --- a/src/pages/config/pages/roleManage/index.vue +++ b/src/pages/config/pages/roleManage/index.vue @@ -313,7 +313,7 @@ export default { }, nodeList2: [], modalflag: false, - sideClose: false, // 边栏收展状态 + sideClose: true, // 边栏收展状态 filterText: '', treeData: [], defaultProps: { diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index d4a277ebb..7ec64a6b1 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -1894,7 +1894,7 @@ export default { loading: false, importLoading: false, isCollapse: true, - sideClose: false, // 边栏收展状态 + sideClose: true, // 边栏收展状态 isAdvancedSearch: false, // 高级检索窗口是否打开 replaceStandNumModel: false, lawsExplainQuoteModel: false, diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index bf085dd1c..42053dd5a 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -1961,7 +1961,7 @@ export default { creationTime: '' }, removeOneId: '', - sideClose: false, // 边栏收展状态 + sideClose: true, // 边栏收展状态 twoOptions: [], threeOptions: [], orgData: [], diff --git a/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue b/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue index 3a302225d..dc938191f 100644 --- a/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue +++ b/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue @@ -2129,7 +2129,7 @@ creationTime: '' }, removeOneId: '', - sideClose: false, // 边栏收展状态 + sideClose: true, // 边栏收展状态 twoOptions: [], threeOptions: [], orgData: [], diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 92cf0c4b6..9b4c410c1 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -1751,7 +1751,7 @@ export default { // 分页查询过程中用到的对象 loading: false, isCollapse: true, - sideClose: false, // 边栏收展状态 + sideClose: true, // 边栏收展状态 isAdvancedSearch: false, // 高级检索窗口是否打开 replaceStandNumModel: false, lawsExplainQuoteModel: false,