forked from github/dataease
fix(仪表板): 视图过滤器使用视图计算字段不生效 #9807
This commit is contained in:
parent
68eb8961fb
commit
6eda2a6ebf
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user