forked from github/dataease
fix(仪表板): 修复指标卡批量设置时颜色设置无效问题
This commit is contained in:
parent
020488cd5f
commit
b5a269e9c9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user