Merge pull request #1724 from dataease/pr@dev@fix_panel-mobile

fix: 修复移动端一直加载问题
This commit is contained in:
王嘉豪
2022-01-30 09:45:17 +08:00
committed by GitHub

View File

@@ -53,6 +53,7 @@ export default {
}
// 加载视图数据
initPanelData(this.panelId, function() {
this.dataLoading = false
// 如果含有跳转参数 进行触发
const tempParam = localStorage.getItem('jumpInfoParam')
if (tempParam) {