feat(视图): 表格支持阈值设置

This commit is contained in:
junjun 2022-07-26 12:01:19 +08:00
parent 078f726b85
commit 0c73ae6cd3

View File

@ -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({