mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
fix: 修复移动端一直加载问题
This commit is contained in:
@@ -53,6 +53,7 @@ export default {
|
||||
}
|
||||
// 加载视图数据
|
||||
initPanelData(this.panelId, function() {
|
||||
this.dataLoading = false
|
||||
// 如果含有跳转参数 进行触发
|
||||
const tempParam = localStorage.getItem('jumpInfoParam')
|
||||
if (tempParam) {
|
||||
|
||||
Reference in New Issue
Block a user