Merge pull request #11122 from dataease/pr@dev-v2@fix_pivot_table_summary_refresh

fix(图表): 透视表切换时汇总计算配置未刷新 #11024
This commit is contained in:
wisonic-s 2024-07-23 17:49:19 +08:00 committed by GitHub
commit cd8b24ba42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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()
},