forked from github/dataease
Merge pull request #2331 from dataease/pr@dev@fix-panel-unpublished
refactor: 仪表板未发布状态显示优化
This commit is contained in:
commit
78bfb0cc58
@ -59,7 +59,7 @@ export default {
|
|||||||
privileges: res.data.privileges,
|
privileges: res.data.privileges,
|
||||||
status: res.data.status
|
status: res.data.status
|
||||||
}
|
}
|
||||||
this.$store.dispatch('panel/setPanelInfo', panelInfo)
|
this.$store.dispatch('panel/setPanelInfo', this.panelInfo)
|
||||||
|
|
||||||
panelInit(JSON.parse(res.data.panelData), JSON.parse(res.data.panelStyle))
|
panelInit(JSON.parse(res.data.panelData), JSON.parse(res.data.panelStyle))
|
||||||
// 设置浏览器title为当前仪表板名称
|
// 设置浏览器title为当前仪表板名称
|
||||||
|
Loading…
Reference in New Issue
Block a user