fix(仪表板): 视图过滤器使用视图计算字段不生效 #9807

This commit is contained in:
dataeaseShu 2024-05-27 17:06:59 +08:00
parent 68eb8961fb
commit 6eda2a6ebf

View File

@ -2133,7 +2133,7 @@ export default {
},
computed: {
filedList() {
return [...this.dimension, ...this.quota].filter(ele => ele.id !== 'count')
return [...this.dimension, ...this.quota].filter(ele => ele.id !== 'count' && !ele.chartId)
},
obj() {
return {