mirror of
https://github.com/dataease/dataease.git
synced 2026-06-17 21:08:31 +08:00
pref: 优化日志信息记录 (#16650)
This commit is contained in:
@@ -202,7 +202,11 @@ onMounted(async () => {
|
||||
downloadH2(type)
|
||||
}
|
||||
})
|
||||
await Promise.all([new Promise(r => (p = r)), new Promise(r => (p1 = r))])
|
||||
console.info('Preview Canvas init')
|
||||
if (!props.outerId) {
|
||||
await Promise.all([new Promise(r => (p = r)), new Promise(r => (p1 = r))])
|
||||
}
|
||||
console.info('Preview Canvas Promise End')
|
||||
let dvId = props.outerId || embeddedStore.dvId || router.currentRoute.value.query.dvId
|
||||
if (router.currentRoute.value.query.jumpInfoParam && router.currentRoute.value.query.dvId) {
|
||||
dvId = router.currentRoute.value.query.dvId
|
||||
|
||||
Reference in New Issue
Block a user