This commit is contained in:
liumengyi
2024-04-17 16:35:23 +08:00
parent 9f974fcf6f
commit 1504568719
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -747,7 +747,7 @@ class testtask extends control
if($this->app->tab == 'execution') $browseList = $this->createLink('execution', 'testtask', "executionID=$task->execution");
if($this->app->tab == 'project') $browseList = $this->createLink('project', 'testtask', "projectID=$task->project");
return $this->send(array('result' => 'success', 'message' => $message, 'load' => $this->app->methodName == 'view' ? $browseList : true));
return $this->send(array('result' => 'success', 'message' => $message, 'load' => $this->app->methodName == 'view' ? $browseList : true, 'closeModal' => true));
}
/**