* [refac bug #54563] Adjust getData method.

This commit is contained in:
wangyidong
2024-08-29 08:47:57 +08:00
committed by 孙广明
parent cba536ade6
commit 2b947c79b0
+1
View File
@@ -78,6 +78,7 @@ class formPanel extends panel
global $app;
$moduleName = $app->getModuleName();
if($moduleName == 'caselib') $moduleName = 'lib';
if($moduleName == 'flow') return data('data');
return data($moduleName);
}