mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(图表): 修复指标卡弹窗区域事件不生效问题 (#17313)
This commit is contained in:
@@ -350,6 +350,8 @@ const eventEnable = computed(
|
||||
const onWrapperClickCur = e => {
|
||||
// 指标卡为内部触发
|
||||
if (['indicator'].includes(config.value.innerType)) {
|
||||
e.preventDefault()
|
||||
e.stopPropagation()
|
||||
return
|
||||
}
|
||||
onWrapperClick(e)
|
||||
|
||||
Reference in New Issue
Block a user