Commit d2df4d9f authored by 周昊's avatar 周昊

1、修改任务管理列表状态筛选

parent 6de75853
...@@ -122,7 +122,11 @@ ...@@ -122,7 +122,11 @@
active: 0, active: 0,
tabs: [ tabs: [
{ {
title: "未执行", title: "待执行",
api: "/risk/plan/create/list?status=wait",
},
{
title: "执行中",
api: "/risk/plan/create/list?status=running", api: "/risk/plan/create/list?status=running",
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment