This commit is contained in:
hufangzhou
2021-04-01 16:21:12 +08:00
parent 00e1922daa
commit 7d73cbb545
+2 -1
View File
@@ -665,7 +665,8 @@ class testtask extends control
$this->executeHooks($taskID);
$this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => $this->session->testtaskList));
$link = isonlybody() ? 'parent' : $this->session->testtaskList;
$this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => $link));
}
/* Set menu. */