* [task#122973, doing, 0.1h, 4.9h] Add data id in build create page.

This commit is contained in:
liyang
2024-07-12 08:44:20 +08:00
committed by 曹延义
parent 7b53773b4b
commit a68949ed51
+1 -1
View File
@@ -160,7 +160,7 @@ class build extends control
}
/* Load pager. */
$this->app->loadClass('pager');
$this->app->loadClass('pager', true);
if($this->app->getViewType() == 'mhtml') $recPerPage = 10;
$sort = common::appendOrder($orderBy);