* Adjust testreport module.

This commit is contained in:
leiyong
2021-03-29 18:25:15 +08:00
parent 905868cc2d
commit cf6f149d6a
9 changed files with 26 additions and 23 deletions
+1
View File
@@ -1038,6 +1038,7 @@ class execution extends control
public function testtask($executionID = 0, $orderBy = 'id_desc', $recTotal = 0, $recPerPage = 20, $pageID = 1)
{
$this->loadModel('testtask');
$this->app->loadLang('testreport');
/* Save session. */
$this->session->set('testtaskList', $this->app->getURI(true), 'execution');