Skip to content

Commit

Permalink
fix: 题型切换 CheckboxGroup 基础设置组件状态监控导致问题
Browse files Browse the repository at this point in the history
  • Loading branch information
alwayrun committed May 28, 2024
1 parent 08feb06 commit a235403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/materials/setters/widgets/CheckboxGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const handleCheckboxChange = (key: string, value: boolean) => {
const optionsValue = reactive<any>(props.formConfig?.value)
watch(
props.formConfig.value,
() => props.formConfig?.value,
(val) => {
const keys = Object.keys(val)
Expand Down

0 comments on commit a235403

Please sign in to comment.