forked from github/dataease
feat(视图): 表格支持阈值设置
This commit is contained in:
parent
078f726b85
commit
0c73ae6cd3
@ -1478,7 +1478,9 @@ export default {
|
||||
this.view.resultCount = '1000'
|
||||
}
|
||||
if (switchType) {
|
||||
this.view.senior.threshold.tableThreshold = []
|
||||
this.view.senior.threshold = {
|
||||
tableThreshold: []
|
||||
}
|
||||
}
|
||||
if (switchType && (this.view.type === 'table-info' || this.chart.type === 'table-info') && this.view.xaxis.length > 0) {
|
||||
this.$message({
|
||||
|
Loading…
Reference in New Issue
Block a user