* [bug#56173] fix error.

This commit is contained in:
qixinzhi
2024-10-21 16:00:58 +08:00
committed by 代婷婷
parent 212efbbd9d
commit 093783e8ff
+1 -1
View File
@@ -33,7 +33,7 @@ formPanel
setClass('executionBox'),
set::label($lang->doc->execution),
set::name('execution'),
set::items($executions),
set::items(isset($executions) ? $executions : null),
set::placeholder($lang->doc->placeholder->execution),
on::change('loadObjectModules')
) : null