From 653a0868a1938d29cf038f4a7ffcbcf71f39ac27 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Wed, 13 Jul 2022 16:37:51 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056456=20=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E6=A0=91=E7=8A=B6=E5=9B=BE=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E6=95=B0=E6=8D=AE=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E5=9C=A8=E6=89=80=E5=9C=A8=E6=A0=91=E7=8A=B6=E5=9B=BE=E9=87=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/regulatoryRepository/dataCenter/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/regulatoryRepository/dataCenter/index.vue b/src/pages/regulatoryRepository/dataCenter/index.vue index e29a38b5f..ab15b4906 100644 --- a/src/pages/regulatoryRepository/dataCenter/index.vue +++ b/src/pages/regulatoryRepository/dataCenter/index.vue @@ -706,6 +706,7 @@ export default { dataType: '', dataTitle: '', attachFileId: '', + treeId: this.selectSarMenu.id } this.fileList = [] }, From 0d95f0c36f0f053934f05cca0a96172a8c69b731 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Thu, 14 Jul 2022 16:36:19 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=A0=87=E5=87=86=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E5=BA=93=20=E9=85=8D=E7=BD=AE=E6=A0=87=E5=87=86=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=B7=B2=E9=80=89=E6=8B=A9=20=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 118 ++++++++++++++++-- .../components/EnterpriseStandardDatabase.vue | 104 +++++++++++++-- .../foreignStandardsAndRegulations/index.vue | 118 ++++++++++++++++-- 3 files changed, 315 insertions(+), 25 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index e6ef135f0..d1b8e888e 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -1122,7 +1122,8 @@ :header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px', fontWeight: 'bold', height: '48px'}" @sort-change="sortChangeConfig" - @selection-change="selectConfigStandChange"> + @select="handleSelectConfigStand" + @select-all="selectConfigStandAll"> @@ -1185,6 +1186,36 @@ :total="configTotal" @pageChange="configuraPageChange" @pageSizeChange="configuraPageSizeChange"> +