* Refact cases page and link case page of testtask.

This commit is contained in:
liugang
2018-05-14 15:35:57 +08:00
parent 78be34984f
commit 6e08c62f81
11 changed files with 281 additions and 266 deletions
+1 -1
View File
@@ -980,6 +980,6 @@ class testtask extends control
->where('task')->eq((int)$taskID)
->andWhere('`case`')->in($this->post->caseIDList)
->exec();
die(js::locate($this->session->caseList));
die(js::locate($this->session->caseList, 'parent'));
}
}