Skip to content

Commit

Permalink
fix(form): 修复 grouplist 添加项时没有调用 changeHandler 的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
aldlss authored and jia000 committed Jul 1, 2024
1 parent dd243c6 commit c089ada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/form/src/containers/GroupList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const addHandler = async () => {
});
props.model[props.name].push(groupValue);
changeHandler();
};
const removeHandler = (index: number) => {
Expand Down

0 comments on commit c089ada

Please sign in to comment.