This commit is contained in:
wangxuepeng
2023-12-28 19:00:40 +08:00
parent 54fec63da5
commit f5ec5ebf86
2 changed files with 11 additions and 1 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ formPanel
picker
(
set::name('execution'),
set::items($executions)
set::items($executions),
on::change('onExecutionChange(event, ' . $productID . ')'),
)
),
formGroup