Revert "* Add current so that the isClickable judgment of the button can be performed in the current module."

This reverts commit 52f43ac902.
This commit is contained in:
wangyuting
2025-09-24 16:28:14 +08:00
parent 388d8e07c9
commit f0b75bcb99
+1 -1
View File
@@ -737,7 +737,7 @@ function initItemActions(object &$item, string $actionMenu, array $actionList, o
$actionConfig = $actionList[$action];
$notLoadModel = !empty($actionConfig['notLoadModel']) ? $actionConfig['notLoadModel'] : false;
if(!empty($actionConfig['url']['module']) && $module != $actionConfig['url']['module'] && empty($actionConfig['url']['current']))
if(!empty($actionConfig['url']['module']) && $module != $actionConfig['url']['module'])
{
$module = $actionConfig['url']['module'];
if(!$notLoadModel)