* fix refresh for story.

This commit is contained in:
tanghucheng
2022-02-11 14:48:05 +08:00
parent 16d623740d
commit 7b8bef02cd
+1
View File
@@ -115,6 +115,7 @@
return link.prj ? 'project' : 'report';
}
}
if(moduleName === 'story' && vision === 'lite') return 'project'
if(moduleName === 'story' && methodLowerCase === 'zerocase')
{
return link.params.from == 'project' ? 'project' : 'qa';