guoxiaohuan 4 年 前
コミット
4ba8caf1dd
1 ファイル変更4 行追加1 行削除
  1. 4 1
      src/views/strategy/index.vue

+ 4 - 1
src/views/strategy/index.vue

@@ -109,7 +109,10 @@ export default {
                 postParams: {
                     criteria: {
                         projectId: this.$store.state.projectId,
-                        date: this.today
+                        date: this.today,
+                        status: {
+                            $in: [2, 4]
+                        }
                     }
                 }
             }