diff --git a/src/pages/regulatoryRepository/dataCenter/index.vue b/src/pages/regulatoryRepository/dataCenter/index.vue index e29a38b5f..9da6a0b75 100644 --- a/src/pages/regulatoryRepository/dataCenter/index.vue +++ b/src/pages/regulatoryRepository/dataCenter/index.vue @@ -461,7 +461,7 @@ export default { }, treeClick(treeNode) { this.selectSarMenu = treeNode - this.dataCenterSearch.treeId = treeNode.id + this.dataCenterSearch.treeId = treeNode.id === '1' ? '' : treeNode.id this.searchInfo() }, // 树节点鼠标移入移出 @@ -706,6 +706,7 @@ export default { dataType: '', dataTitle: '', attachFileId: '', + treeId: this.selectSarMenu.id } this.fileList = [] }, 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"> +
+
已选标准
+ +