瀏覽代碼

添加执行率排序

guotianliang 5 年之前
父節點
當前提交
27aaed3012
共有 1 個文件被更改,包括 7 次插入1 次删除
  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 => {