Explorar el Código

执行率添加参数

guotianliang hace 5 años
padre
commit
5aa06f7b9c
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/evaluate/evTwoLevelMenu.vue

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

@@ -165,7 +165,8 @@ export default {
                 postParams: {
                     criteria: {
                         date: date,
-                        projectId: this.$store.state.projectId
+                        projectId: this.$store.state.projectId,
+                        status:[1,2,4]
                     }
                 }
             }