|
@@ -375,7 +375,12 @@ export default {
|
|
|
let params = {
|
|
|
...this.queryParams,//分页信息
|
|
|
searchQuery: this.$commonJS.objectToString(this.searchOption),//检索条件
|
|
|
- orderDTOList: this.sort,//排序
|
|
|
+ orderDTOList: [
|
|
|
+ {
|
|
|
+ orderBy:this.groupingValue,
|
|
|
+ orderType:this.sort.orderType
|
|
|
+ }
|
|
|
+ ],//排序
|
|
|
groupBy: this.groupingValue,//分组信息
|
|
|
}
|
|
|
this.$api.groupReportProject(params).then(res => {
|