* Fix the bug of appendExtendCssAndJS.

This commit is contained in:
xieqiyu
2024-03-26 13:55:00 +08:00
parent 7bfa865ace
commit 663588dcfe
+1 -1
View File
@@ -539,7 +539,7 @@ class control extends baseControl
if($this->config->edition == 'open') return '';
$moduleName = $moduleName ? $moduleName : $this->app->getModuleName();
$methodName = $methodName ? $moduleName : $this->app->getMethodName();
$methodName = $methodName ? $methodName : $this->app->getMethodName();
$flow = $this->loadModel('workflow')->getByModule($moduleName);
if(!$flow) return '';