* Fix undefined variable.

This commit is contained in:
dingguodong
2023-08-29 14:37:50 +08:00
parent e40275a908
commit 818414ec83
+1 -1
View File
@@ -93,7 +93,7 @@ dtable
set::onRenderCell(jsRaw('window.onRenderCell')),
set::footPager(usePager(array
(
'linkCreator' => helper::createLink('execution', 'all', "status={$status}&orderBy={$orderBy}&productID={$productID}&param=$param&recTotal={$recTotal}&recPerPage={recPerPage}&page={page}")
'linkCreator' => helper::createLink('execution', 'all', "status={$status}&orderBy={$orderBy}&productID={$productID}&param=$param&recTotal={recTotal}&recPerPage={recPerPage}&page={page}")
))),
);