Merge pull request #5360 from dataease/pr@dev@fix_empty_filter

fix(视图): 控制策略字段选择
This commit is contained in:
wisonic-s 2023-05-30 15:15:21 +08:00 committed by GitHub
commit 4b254cfeed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,6 +146,7 @@ export default {
},
showEmptyDataFieldCtrl() {
return this.showEmptyStrategy &&
includesAny(this.chart.type, 'table') &&
this.functionForm.emptyDataStrategy !== 'breakLine'
}
},