|
@@ -507,6 +507,14 @@ export default {
|
|
|
order,
|
|
|
}
|
|
|
this.sort = this.$commonJS.getSortData(params)
|
|
|
+ if(!this.sort || this.sort.length == 0){
|
|
|
+ this.sort = [
|
|
|
+ {
|
|
|
+ "orderBy": "createTime",
|
|
|
+ "orderType": 1
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
this.queryParams.current = 1
|
|
|
this.isGrouping()
|
|
|
},
|