Merge branch 'master' of github.com:easysoft/zentaopms

This commit is contained in:
wangyidong
2017-03-22 11:31:42 +08:00
4 changed files with 29 additions and 11 deletions
+1 -1
View File
@@ -654,7 +654,7 @@ class testtask extends control
{
if(!empty($_POST))
{
$this->testtask->linkCase($taskID);
$this->testtask->linkCase($taskID, $type);
$this->locate(inlink('cases', "taskID=$taskID"));
}