Merge branch 'zentao_client_fix' into 'master'

Zentao client fix

See merge request easycorp/zentaopms!1460
This commit is contained in:
朱金勇
2022-01-18 02:33:01 +00:00
6 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ class task extends control
/* Locate the browser. */
if($this->app->getViewType() == 'xhtml')
{
$taskLink = $this->createLink('task', 'view', "taskID=$taskID");
$taskLink = $this->createLink('task', 'view', "taskID=$taskID", 'html');
$response['locate'] = $taskLink;
return $this->send($response);
}