refactor: 仪表板保存,防止清理多余视图

This commit is contained in:
wangjiahao 2022-03-10 12:08:21 +08:00
parent 0c0f6d2f8b
commit 59aa355ed9
2 changed files with 3 additions and 3 deletions

View File

@ -166,7 +166,7 @@ public class PanelGroupService {
}
//移除没有用到的仪表板私有视图
extPanelGroupMapper.removeUselessViews(panelId);
// extPanelGroupMapper.removeUselessViews(panelId);
return panelGroupDTOList.get(0);
}

View File

@ -225,8 +225,8 @@
</el-row>
</de-main-container>
<div v-show="!this.mobileLayoutStatus&&this.rightDrawOpen" class="tools-window-main">
<div v-show="showViewToolsAside">
<div v-if="!this.mobileLayoutStatus&&this.rightDrawOpen" class="tools-window-main">
<div v-if="showViewToolsAside">
<chart-edit v-if="this.curComponent" ref="chartEditRef" :edit-from="'panel'" :param="chartEditParam" />
</div>
<div v-if="!showViewToolsAside">