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 {