Ver código fonte

添加执行率排序

guotianliang 4 anos atrás
pai
commit
27aaed3012
1 arquivos alterados com 7 adições e 1 exclusões
  1. 7 1
      src/views/evaluate/evTwoLevelMenu.vue

+ 7 - 1
src/views/evaluate/evTwoLevelMenu.vue

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