mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
refactor(仪表板、数据大屏): 增加调整事件控制台异常提示
This commit is contained in:
parent
ba30551cd2
commit
733c8c71c8
@ -249,7 +249,11 @@ const onWrapperClick = e => {
|
||||
dvMainStore.popAreaActiveSwitch()
|
||||
})
|
||||
} else if (config.value.events.type === 'jump') {
|
||||
try {
|
||||
window.open(config.value.events.jump.value, '_blank')
|
||||
} catch (e) {
|
||||
console.info('Something wrong when try to jump: ' + config.value.events?.jump?.value)
|
||||
}
|
||||
} else if (config.value.events.type === 'refreshDataV') {
|
||||
useEmitt().emitter.emit('componentRefresh')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user