forked from github/dataease
Merge pull request #1724 from dataease/pr@dev@fix_panel-mobile
fix: 修复移动端一直加载问题
This commit is contained in:
commit
c27b4a90fe
@ -53,6 +53,7 @@ export default {
|
||||
}
|
||||
// 加载视图数据
|
||||
initPanelData(this.panelId, function() {
|
||||
this.dataLoading = false
|
||||
// 如果含有跳转参数 进行触发
|
||||
const tempParam = localStorage.getItem('jumpInfoParam')
|
||||
if (tempParam) {
|
||||
|
Loading…
Reference in New Issue
Block a user