* [story #68106, doing] add noSpace param to doc app.

This commit is contained in:
sunhao
2024-10-16 09:43:47 +08:00
committed by 刘刚
parent c09fb2e2b1
commit 0dd5f366c9
3 changed files with 34 additions and 24 deletions
+1 -1
View File
@@ -154,8 +154,8 @@ zui::docApp
set::filterType($filterType),
set::search($search),
set::orderBy($orderBy),
set::params($params),
set::homeName($lang->doc->spaceList[$type]),
set::noSpace($noSpace),
set::pager(array('recTotal' => $recTotal, 'recPerPage' => $recPerPage, 'pageID' => $pageID)),
set::fetcher($fetcher),
set::docFetcher($docFetcher),