* adjust linkCase.

This commit is contained in:
pengjiangxiu
2017-03-22 10:47:15 +08:00
parent 224923e822
commit 6b2aa9a7cb
2 changed files with 11 additions and 3 deletions

View File

@@ -653,7 +653,7 @@ class testtask extends control
{
if(!empty($_POST))
{
$this->testtask->linkCase($taskID);
$this->testtask->linkCase($taskID, $type);
$this->locate(inlink('cases', "taskID=$taskID"));
}