mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
fix(ApiSelect): BasicForm emit ield-value-change twice
This commit is contained in:
parent
bbc2ede1aa
commit
0f2c2eabd6
@ -145,7 +145,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function handleChange(_, ...args) {
|
function handleChange(_, ...args) {
|
||||||
emit('change', ...args);
|
|
||||||
emitData.value = args;
|
emitData.value = args;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user