fix(图表): 透视表切换时汇总计算配置未刷新 #11024

This commit is contained in:
wisonic 2024-07-23 17:47:58 +08:00
parent 55f4623aa6
commit f00048ea0d

View File

@ -20,7 +20,7 @@ const props = defineProps({
}
})
watch(
[props.chart.customAttr.tableTotal, props.chart.yAxis],
[() => props.chart.customAttr.tableTotal, () => props.chart.yAxis],
() => {
init()
},