@@ -166,8 +166,15 @@ export default {
criteria: {
date: date,
projectId: this.$store.state.projectId,
- status:[1,2,4]
- }
+ status:[1,2,4],
+
+ },
+ orders:[
+ {
+ column:"time",
+ asc:true
+ }
+ ]
}
queryChillerExecuteInfo(params).then(res => {