mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
Merge pull request #11122 from dataease/pr@dev-v2@fix_pivot_table_summary_refresh
fix(图表): 透视表切换时汇总计算配置未刷新 #11024
This commit is contained in:
commit
cd8b24ba42
@ -20,7 +20,7 @@ const props = defineProps({
|
||||
}
|
||||
})
|
||||
watch(
|
||||
[props.chart.customAttr.tableTotal, props.chart.yAxis],
|
||||
[() => props.chart.customAttr.tableTotal, () => props.chart.yAxis],
|
||||
() => {
|
||||
init()
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user