* Record return session.

This commit is contained in:
tianshujie98
2021-05-28 11:30:57 +08:00
parent 5553c101e6
commit 7ac9d6450d
+1
View File
@@ -189,6 +189,7 @@ class company extends control
$this->session->set('bugList', $uri, 'qa');
$this->session->set('caseList', $uri, 'qa');
$this->session->set('testtaskList', $uri, 'qa');
$this->session->set('effortList', $uri, 'my');
/* Set the pager. */
$this->app->loadClass('pager', $static = true);