From 8baaeb0607afe047312693065a6457e648ff9f4e Mon Sep 17 00:00:00 2001 From: weiz <736250432@qq.com> Date: Sat, 3 Feb 2024 17:51:53 +0800 Subject: [PATCH] update --- app/adminapi/lists/oa/FlowLists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/adminapi/lists/oa/FlowLists.php b/app/adminapi/lists/oa/FlowLists.php index 4815f3328..2895e8180 100644 --- a/app/adminapi/lists/oa/FlowLists.php +++ b/app/adminapi/lists/oa/FlowLists.php @@ -41,7 +41,7 @@ class FlowLists extends BaseAdminDataLists implements ListsSearchInterface public function setSearch(): array { return [ - '=' => ['check_type', 'status'], + '=' => ['flow_cate','check_type', 'status'], '%like%' => ['name'], ]; }