Merge pull request #4194 from dataease/pr@dev@feat_table_pivot

feat(视图): 透视表支持合计列汇总
This commit is contained in:
Junjun
2022-12-26 15:11:07 +08:00
committed by GitHub

View File

@@ -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 = ''