-
-
+
+
{{ label }}
diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
index 5c7e9f408..38acdcbe4 100644
--- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
@@ -20,7 +20,6 @@
highlight-current
@node-click="treeClick"
:filter-node-method="filterNode"
- default-expand-all
:expand-on-click-node="false">
@@ -1895,7 +1894,7 @@ export default {
loading: false,
importLoading: false,
isCollapse: true,
- sideClose: true, // 边栏收展状态
+ sideClose: false, // 边栏收展状态
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 42053dd5a..505e10a72 100644
--- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
+++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
@@ -23,7 +23,6 @@
highlight-current
@node-click="treeClick"
:filter-node-method="filterNode"
- default-expand-all
:expand-on-click-node="false">
@@ -1961,7 +1960,7 @@ export default {
creationTime: ''
},
removeOneId: '',
- sideClose: true, // 边栏收展状态
+ sideClose: false, // 边栏收展状态
twoOptions: [],
threeOptions: [],
orgData: [],
diff --git a/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue b/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue
index dc938191f..064cd101c 100644
--- a/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue
+++ b/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue
@@ -21,7 +21,6 @@
highlight-current
@node-click="treeClick"
:filter-node-method="filterNode"
- default-expand-all
:expand-on-click-node="false">
@@ -2129,7 +2128,7 @@
creationTime: ''
},
removeOneId: '',
- sideClose: true, // 边栏收展状态
+ sideClose: false, // 边栏收展状态
twoOptions: [],
threeOptions: [],
orgData: [],
diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
index 9b4c410c1..0ca0a8d12 100644
--- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue
@@ -21,7 +21,6 @@
highlight-current
@node-click="treeClick"
:filter-node-method="filterNode"
- default-expand-all
:expand-on-click-node="false">
@@ -1751,7 +1750,7 @@ export default {
// 分页查询过程中用到的对象
loading: false,
isCollapse: true,
- sideClose: true, // 边栏收展状态
+ sideClose: false, // 边栏收展状态
isAdvancedSearch: false, // 高级检索窗口是否打开
replaceStandNumModel: false,
lawsExplainQuoteModel: false,