* adjust for pro.

This commit is contained in:
wangyidong
2017-04-14 16:35:22 +08:00
parent d82b31871c
commit 794a09bc04
8 changed files with 6 additions and 43 deletions
+1
View File
@@ -187,6 +187,7 @@ class testcase extends control
$this->view->suiteList = $this->loadModel('testsuite')->getSuites($productID);
$this->view->suiteID = 0;
$this->view->moduleID = 0;
$this->view->branch = $branch;
$this->display();
}