Browse Source

添加执行率接口升序

guotianliang 5 năm trước cách đây
mục cha
commit
ecfcbfa3dc
1 tập tin đã thay đổi với 9 bổ sung2 xóa
  1. 9 2
      src/views/evaluate/evTwoLevelMenu.vue

+ 9 - 2
src/views/evaluate/evTwoLevelMenu.vue

@@ -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 => {