forked from github/dataease
feat(视图): 透视表支持合计列汇总
This commit is contained in:
parent
f6ba529b85
commit
088e67f1d1
@ -425,9 +425,7 @@ export default {
|
||||
if (this.resetTotalSort(this.totalForm.row.totalSortField)) {
|
||||
this.totalForm.row.totalSortField = this.totalSortFields[0].dataeaseName
|
||||
}
|
||||
if (this.resetTotalSort(this.totalForm.col.totalSortField)) {
|
||||
this.totalForm.col.totalSortField = this.totalSortFields[0].dataeaseName
|
||||
}
|
||||
this.totalForm.col.totalSortField = this.totalSortFields[0].dataeaseName
|
||||
} else {
|
||||
this.totalForm.row.totalSortField = ''
|
||||
this.totalForm.col.totalSortField = ''
|
||||
|
Loading…
Reference in New Issue
Block a user