mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(仪表板): 修复Tab组件仅切换tab页导致保存按钮高亮问题
This commit is contained in:
@@ -138,7 +138,9 @@ const canvasInit = (isFistLoad = true) => {
|
||||
}
|
||||
// afterInit
|
||||
dvMainStore.setDataPrepareState(true)
|
||||
isFistLoad && snapshotStore.recordSnapshotCache('renderChart')
|
||||
if (isMainCanvas(canvasId.value.id) && isFistLoad) {
|
||||
snapshotStore.recordSnapshotCache('renderChart')
|
||||
}
|
||||
}, 500)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user