mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(仪表板): 修复移动端配置水波图切换为动态值后样式发生变化,但数值没有问题
This commit is contained in:
@@ -87,7 +87,11 @@ const hanedleMessage = event => {
|
||||
mobileComponent['events'] = component['events']
|
||||
mobileComponent['propValue'] = component['propValue']
|
||||
mobileViewStyleSwitch(otherComponent)
|
||||
useEmitt().emitter.emit('renderChart-' + component.id, otherComponent)
|
||||
if (mobileComponent.component === 'VQuery') {
|
||||
useEmitt().emitter.emit('renderChart-' + component.id, otherComponent)
|
||||
} else if (mobileComponent.component === 'UserView') {
|
||||
useEmitt().emitter.emit('calcData-' + component.id, otherComponent)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user