From ca776e4bcbefb7d1038d682db9d04a628b528c55 Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 31 Jul 2024 19:19:20 +0800 Subject: [PATCH] =?UTF-8?q?[fix=2087676]=20=E8=B5=84=E6=96=99=E4=B8=AD?= =?UTF-8?q?=E5=BF=83-=E8=A1=A8=E6=A0=BC=E6=9B=B4=E6=96=B0=E4=B8=8D?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E6=A0=91=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../profileCenter/ProfileCenterList.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue index d21373d..3a2de38 100644 --- a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue +++ b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue @@ -136,7 +136,7 @@ - + @@ -304,6 +304,13 @@ export default { this.selectedTreeKeys = [dataRef.id] this.loadData(1) }, + // 表格更新回调,不重置树 + tableModalFormOk () { + // 新增/修改 成功时,重载列表 + this.loadData() + // 清空列表选中 + this.onClearSelected() + }, modalFormOk () { this.selectedTreeKeys = [] this.initTreeData() @@ -407,7 +414,7 @@ export default { @import '~@assets/less/common.less'; .tree-operate-node-selected { - //background-color: #ffd9d1 !important; + background-color: #e6f4ff !important; } /deep/ .table-page-search-wrapper .ant-form-inline .ant-form-item > .ant-form-item-label {