* Fix Bug.

This commit is contained in:
滔哥
2018-01-16 14:59:22 +08:00
parent e83360f474
commit d7a829325c
13 changed files with 45 additions and 25 deletions
+1
View File
@@ -405,6 +405,7 @@ class testtask extends control
$this->view->groupBy = $groupBy;
$this->view->groupByList = $groupByList;
$this->view->cases = $groupCases;
$this->view->account = 'all';
$this->display();
}