Merge pull request #9888 from dataease/pr@dev_st

fix(仪表板): 视图过滤器使用视图计算字段不生效 #9807
This commit is contained in:
dataeaseShu 2024-05-27 17:07:39 +08:00 committed by GitHub
commit 7c390c5716
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {