* Add note when there is no test task.

This commit is contained in:
daitingting
2018-05-16 13:35:15 +08:00
parent 74ebec4bac
commit 7f0eddc801
4 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class testtask extends control
* @access public
* @return void
*/
public function browse($productID = 0, $branch = '', $type = 'local,wait', $orderBy = 'id_desc', $recTotal = 0, $recPerPage = 20, $pageID = 1, $beginTime = 0, $endTime = 0)
public function browse($productID = 0, $branch = '', $type = 'local,totalStatus', $orderBy = 'id_desc', $recTotal = 0, $recPerPage = 20, $pageID = 1, $beginTime = 0, $endTime = 0)
{
/* Save session. */
$this->session->set('testtaskList', $this->app->getURI(true));