forked from github/dataease
Merge pull request #5360 from dataease/pr@dev@fix_empty_filter
fix(视图): 控制策略字段选择
This commit is contained in:
commit
4b254cfeed
@ -146,6 +146,7 @@ export default {
|
||||
},
|
||||
showEmptyDataFieldCtrl() {
|
||||
return this.showEmptyStrategy &&
|
||||
includesAny(this.chart.type, 'table') &&
|
||||
this.functionForm.emptyDataStrategy !== 'breakLine'
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user