* Add locate params.

This commit is contained in:
caoyanyi
2023-03-22 11:25:04 +08:00
parent db55553f00
commit 8451e4b13e
3 changed files with 8 additions and 5 deletions
+1
View File
@@ -1317,6 +1317,7 @@ class doc extends control
$this->view->libType = $libType;
$this->view->pager = $pager;
$this->view->objectID = $objectID;
$this->view->orderBy = $orderBy;
$this->display();
}