* Fix bug of search.

This commit is contained in:
xieqiyu
2023-11-15 16:33:11 +08:00
parent d6188d90f4
commit 4b23932fd7
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ featureBar
(
set::current($type),
set::linkParams("executionID={$executionID}&productID={$productID}&branchID={$branchID}&type={key}&param=0&moduleID={$moduleID}&orderBy={$orderBy}&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}&pageID={$pager->pageID}"),
li(searchToggle(set::module('executionCase')))
li(searchToggle(set::module('executionCase'), set::open($type == 'bysearch')))
);
/* zin: Define the toolbar on main menu. */