fix: 修复panel外其他页面chart-box侧滑中panel项不更新的问题
1.metric preview、project的save chart中,增删panel后立即生效
This commit is contained in:
@@ -264,7 +264,7 @@
|
||||
};
|
||||
this.$refs.panelBox2.setTitle(this.$t("dashboard.panel.createPanelTitle"));
|
||||
},
|
||||
panelReload(panelName) {
|
||||
panelReload(panelName) { //刷新panel下拉框
|
||||
if (panelName) {
|
||||
this.panelName = panelName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user