mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-10 22:19:23 +08:00
fix(form): 修复 grouplist 添加项时没有调用 changeHandler 的问题
This commit is contained in:
parent
dd243c6c5e
commit
c089adae9e
@ -105,6 +105,7 @@ const addHandler = async () => {
|
||||
});
|
||||
|
||||
props.model[props.name].push(groupValue);
|
||||
changeHandler();
|
||||
};
|
||||
|
||||
const removeHandler = (index: number) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user