Merge branch 'sprint/170_songchenxuan_44500' into 'sprint/170'

*Fix bug #15828

See merge request easycorp/zentaopms!473
This commit is contained in:
李玉春
2021-11-16 09:38:14 +00:00
+1
View File
@@ -1573,6 +1573,7 @@ class project extends control
$executionIdList = $this->loadModel('execution')->getByProject($projectID);
$url = $this->createLink('project', 'browse');
if($this->app->tab == 'program') $url = $this->createLink('program', 'browse');
if(empty($executionIdList))
{