This commit is contained in:
zhouxudong
2022-07-26 05:27:05 +00:00
parent 4bf59548a6
commit b0351e7036
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ class task extends control
elseif($this->post->after == 'toTaskList')
{
setcookie('moduleBrowseParam', 0, 0, $this->config->webRoot, '', $this->config->cookieSecure, false);
$taskLink = $this->createLink('execution', 'task', "executionID=$executionID&status=unclosed&param=0&orderBy=id_desc");
$taskLink = $this->createLink('execution', 'task', "executionID=$executionID&status=all&param=0&orderBy=id_desc");
$response['locate'] = $taskLink;
return $this->send($response);
}