This commit is contained in:
tianshujie98
2021-04-26 17:29:18 +08:00
parent 6141efa38c
commit a20f580a5d
+2 -2
View File
@@ -54,8 +54,8 @@
$methodName = 'view';
if($module == 'caselib')
{
$methodName = 'libview';
$module = 'testsuite';
$methodName = 'view';
$module = 'caselib';
}
if(isset($config->action->customFlows[$action->objectType]))
{