mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 18:38:16 +08:00
fix(图表): 透视表切换时汇总计算配置未刷新 #11024
This commit is contained in:
@@ -20,7 +20,7 @@ const props = defineProps({
|
||||
}
|
||||
})
|
||||
watch(
|
||||
[props.chart.customAttr.tableTotal, props.chart.yAxis],
|
||||
[() => props.chart.customAttr.tableTotal, () => props.chart.yAxis],
|
||||
() => {
|
||||
init()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user