* Fix menu.

This commit is contained in:
zhujinyong
2021-03-29 09:09:40 +08:00
parent 294efb7fc8
commit ba8ac63702
3 changed files with 16 additions and 7 deletions

View File

@@ -165,6 +165,13 @@ class testreport extends control
die(js::locate(inlink('view', "reportID=$reportID"), 'parent'));
}
/*
if($this->app->openApp == 'execution')
{
$this->loadModel('execution')->setMenu($);
}
*/
if($objectType == 'testtask')
{
if(empty($objectID) and $extra) $productID = $extra;