forked from github/dataease
Merge pull request #5273 from dataease/pr@dev@fix_panel-mobile-switch
fix(仪表板): 修复编辑手机端仪表板后,重新切换到仪表板可能显示异常的问题 #4717
This commit is contained in:
commit
78fc091845
@ -85,6 +85,7 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.$store.commit('setMobileLayoutStatus', false)
|
||||
// init all views (include plugins) base info
|
||||
localStorage.removeItem('plugin-views')
|
||||
pluginTypes().then(res => {
|
||||
|
Loading…
Reference in New Issue
Block a user