forked from github/dataease
refactor: 仪表板保存,防止清理多余视图
This commit is contained in:
parent
0c0f6d2f8b
commit
59aa355ed9
@ -166,7 +166,7 @@ public class PanelGroupService {
|
||||
}
|
||||
|
||||
//移除没有用到的仪表板私有视图
|
||||
extPanelGroupMapper.removeUselessViews(panelId);
|
||||
// extPanelGroupMapper.removeUselessViews(panelId);
|
||||
return panelGroupDTOList.get(0);
|
||||
}
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user