* Finish task #8194.

This commit is contained in:
holan20180123
2020-11-10 10:34:08 +08:00
parent a10b52f3c6
commit 159cd5c41d
11 changed files with 33 additions and 11 deletions
+2
View File
@@ -90,6 +90,7 @@ class testtask extends control
$this->view->branch = $branch;
$this->view->beginTime = $beginTime;
$this->view->endTime = $endTime;
$this->view->product = $this->product->getByID($productID);
$this->display();
}
@@ -136,6 +137,7 @@ class testtask extends control
$this->view->tasks = $this->testtask->getProductUnitTasks($productID, $browseType, $sort, $pager);
$this->view->users = $this->loadModel('user')->getPairs('noclosed|noletter');
$this->view->pager = $pager;
$this->view->product = $this->product->getByID($productID);
$this->display();
}