* zin: modify thinktableinput wg.

This commit is contained in:
Zhangyu
2024-04-25 06:52:25 +00:00
parent e6ee619349
commit d654cc41ff
+2 -2
View File
@@ -45,7 +45,7 @@ class thinkTableInput extends thinkStep
set::inline(true),
set::items($lang->thinkwizard->step->requiredList),
set::value($isRequired ? $isRequired : 0),
on::change('changeIsRequired')
bind::change('changeIsRequired(event)')
)
),
formGroup
@@ -83,7 +83,7 @@ class thinkTableInput extends thinkStep
set::inline(true),
set::items($lang->thinkwizard->step->requiredList),
set::value($isSupportAdd ? $isSupportAdd : 0),
on::change('changeSupportAdd')
bind::change('changeSupportAdd(event)')
)
),
formGroup