* Fix issue #714.

This commit is contained in:
liumengyi
2022-08-05 10:08:28 +08:00
parent 000038f12f
commit 24a5917b4a
4 changed files with 16 additions and 14 deletions
+1
View File
@@ -1377,6 +1377,7 @@ class testtask extends control
$this->view->title = $this->lang->testtask->batchRun;
$this->view->position[] = $this->lang->testtask->common;
$this->view->position[] = $this->lang->testtask->batchRun;
$this->view->from = $from;
$this->display();
}