|
@@ -410,7 +410,7 @@ export default {
|
|
orderDTOList: [
|
|
orderDTOList: [
|
|
{
|
|
{
|
|
orderBy: this.groupingValue,
|
|
orderBy: this.groupingValue,
|
|
- orderType: this.sort[0].orderType
|
|
|
|
|
|
+ orderType: this.sort&&this.sort.length>0?this.sort[0].orderType : 0
|
|
}
|
|
}
|
|
],//排序
|
|
],//排序
|
|
groupBy: this.groupingValue,//分组信息
|
|
groupBy: this.groupingValue,//分组信息
|