Skip to content

Commit

Permalink
fix: 删除多余的valueBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Jan 16, 2024
1 parent 66da426 commit 8de6c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fast-crud/src/components/crud/fs-form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export default defineComponent({
return { key: item.key, ...scope.value };
}
doValueBuilder(form);
// doValueBuilder(form);
// watch(
// () => props.initialForm,
Expand Down

0 comments on commit 8de6c42

Please sign in to comment.