This commit is contained in:
Yagami
2021-04-06 10:23:28 +08:00
parent cdf037df33
commit 1eb45527c7
+4
View File
@@ -277,6 +277,10 @@ class project extends control
{
$this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => $this->createLink('program', 'browse')));
}
elseif($this->app->openApp == 'doc')
{
$this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => $this->createLink('doc', 'objectLibs', 'type=project')));
}
else
{
if($model == 'waterfall')