* Modify the app to which the report belongs.

This commit is contained in:
tianshujie
2024-03-20 09:10:47 +08:00
committed by liyang
parent 42e7d8ac97
commit 52fa37d909
+2 -1
View File
@@ -372,7 +372,8 @@ function getAppCode(urlOrModuleName)
if(moduleName === 'report')
{
if(['usereport', 'editreport', 'deletereport', 'custom'].includes(methodLowerCase) && link.params.from) return 'system';
else return link.prj ? 'project' : 'report';
if(methodName == 'projectsummary') return 'project';
return 'bi';
}
if(moduleName === 'story' && vision === 'lite') return 'project'
if(moduleName === 'testcase' && methodLowerCase === 'zerocase')