fix(form): 修复 grouplist 添加项时没有调用 changeHandler 的问题
This commit is contained in:
@@ -105,6 +105,7 @@ const addHandler = async () => {
|
||||
});
|
||||
|
||||
props.model[props.name].push(groupValue);
|
||||
changeHandler();
|
||||
};
|
||||
|
||||
const removeHandler = (index: number) => {
|
||||
|
||||
Reference in New Issue
Block a user