This commit is contained in:
qiyu-xie
2020-08-10 16:22:10 +08:00
parent 5b75245191
commit 21fe8daa0d
2 changed files with 6 additions and 4 deletions
+2
View File
@@ -1649,6 +1649,8 @@ class project extends control
$this->app->session->set('taskList', $uri);
$this->app->session->set('storyList', $uri);
$this->app->session->set('projectList', $uri);
$this->app->session->set('caseList', $uri);
$this->app->session->set('bugList', $uri);
if($type === 'json') die(helper::jsonEncode4Parse($tree, JSON_HEX_QUOT | JSON_HEX_APOS));