提交 c3738639 authored 作者: wangjiahao's avatar wangjiahao

refactor: 仪表板未发布状态显示优化

上级 ff7495d5
...@@ -59,7 +59,7 @@ export default { ...@@ -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为当前仪表板名称
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论