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

View File

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