From 04e6f05115d2a04572b8a990629e3f245a4444bc Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Sun, 21 Nov 2021 09:55:08 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E6=89=80=E6=9C=89=E7=9A=84=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7=E7=BB=93=E6=9E=84=E6=A0=91=EF=BC=8C=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=8A=98=E5=8F=A0=EF=BC=8C=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=89=93=E5=BC=80=EF=BC=8C=E7=9C=8B=E7=9D=80?= =?UTF-8?q?=E4=B9=B1=E3=80=82=E6=94=B9=E4=B8=BA=E9=BB=98=E8=AE=A4=E6=8A=98?= =?UTF-8?q?=E5=8F=A0=E7=8A=B6=E6=80=81=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, From bda656c5e46fabedd2876d6b784b246281791950 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Sun, 21 Nov 2021 09:55:29 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E6=89=80=E6=9C=89=E7=9A=84=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7=E7=BB=93=E6=9E=84=E6=A0=91=EF=BC=8C=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=8A=98=E5=8F=A0=EF=BC=8C=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=89=93=E5=BC=80=EF=BC=8C=E7=9C=8B=E7=9D=80?= =?UTF-8?q?=E4=B9=B1=E3=80=82=E6=94=B9=E4=B8=BA=E9=BB=98=E8=AE=A4=E6=8A=98?= =?UTF-8?q?=E5=8F=A0=E7=8A=B6=E6=80=81=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../foreignStandardsAndRegulations/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, From 017dca168c6b8126cf765c261bc07cea93d1968c Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Sun, 21 Nov 2021 09:55:37 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E6=89=80=E6=9C=89=E7=9A=84=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7=E7=BB=93=E6=9E=84=E6=A0=91=EF=BC=8C=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=8A=98=E5=8F=A0=EF=BC=8C=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=89=93=E5=BC=80=EF=BC=8C=E7=9C=8B=E7=9D=80?= =?UTF-8?q?=E4=B9=B1=E3=80=82=E6=94=B9=E4=B8=BA=E9=BB=98=E8=AE=A4=E6=8A=98?= =?UTF-8?q?=E5=8F=A0=E7=8A=B6=E6=80=81=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../regulatoryRepository/foreignRegulationsDatabase/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [], From 6317a646197f3b753e33383e9866a05d803a6a00 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Sun, 21 Nov 2021 09:55:49 +0800 Subject: [PATCH 4/6] =?UTF-8?q?=E6=89=80=E6=9C=89=E7=9A=84=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7=E7=BB=93=E6=9E=84=E6=A0=91=EF=BC=8C=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=8A=98=E5=8F=A0=EF=BC=8C=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=89=93=E5=BC=80=EF=BC=8C=E7=9C=8B=E7=9D=80?= =?UTF-8?q?=E4=B9=B1=E3=80=82=E6=94=B9=E4=B8=BA=E9=BB=98=E8=AE=A4=E6=8A=98?= =?UTF-8?q?=E5=8F=A0=E7=8A=B6=E6=80=81=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/EnterpriseStandardDatabase.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [], From 8f8054552125ed09d1393c86cdefec65342059b6 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Sun, 21 Nov 2021 09:55:59 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E6=89=80=E6=9C=89=E7=9A=84=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7=E7=BB=93=E6=9E=84=E6=A0=91=EF=BC=8C=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=8A=98=E5=8F=A0=EF=BC=8C=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=89=93=E5=BC=80=EF=BC=8C=E7=9C=8B=E7=9D=80?= =?UTF-8?q?=E4=B9=B1=E3=80=82=E6=94=B9=E4=B8=BA=E9=BB=98=E8=AE=A4=E6=8A=98?= =?UTF-8?q?=E5=8F=A0=E7=8A=B6=E6=80=81=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/config/pages/mechanismManage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, From b0071ee8c1096097f9b23baa389cfd3f3cbc9c41 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Sun, 21 Nov 2021 09:56:09 +0800 Subject: [PATCH 6/6] =?UTF-8?q?=E6=89=80=E6=9C=89=E7=9A=84=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7=E7=BB=93=E6=9E=84=E6=A0=91=EF=BC=8C=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=8A=98=E5=8F=A0=EF=BC=8C=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=89=93=E5=BC=80=EF=BC=8C=E7=9C=8B=E7=9D=80?= =?UTF-8?q?=E4=B9=B1=E3=80=82=E6=94=B9=E4=B8=BA=E9=BB=98=E8=AE=A4=E6=8A=98?= =?UTF-8?q?=E5=8F=A0=E7=8A=B6=E6=80=81=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/config/pages/roleManage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {