mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 02:58:10 +08:00
fix(仪表板): 修复指标卡批量设置时颜色设置无效问题
This commit is contained in:
@@ -625,7 +625,9 @@ export const dvMainStore = defineStore('dataVisualization', {
|
||||
if (['tablePageMode', 'tablePageSize'].includes(propertyInfo.subProp)) {
|
||||
useEmitt().emitter.emit('calcData-' + viewId, viewInfo)
|
||||
} else {
|
||||
useEmitt().emitter.emit('renderChart-' + viewId, viewInfo)
|
||||
setTimeout(() => {
|
||||
useEmitt().emitter.emit('renderChart-' + viewId, viewInfo)
|
||||
}, 0)
|
||||
}
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user