@@ -617,7 +617,7 @@ export default {
publicDate: "PD",
applicationDate: "AD",
};
- this.queryParams.OrderBy = o[data.prop];
+ this.queryParams.OrderBy = o[data.prop] || data.prop;
this.queryParams.OrderByType = data.order.toUpperCase();
this.getList();
},