forked from github/dataease
fix(图表): 透视表切换时汇总计算配置未刷新 #11024
This commit is contained in:
parent
55f4623aa6
commit
f00048ea0d
@ -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