fix(ApiSelect): BasicForm emit value-change twice

pull/38/head
xingyu 2023-10-18 21:10:53 +08:00
parent d8bf10241f
commit 14538b0946
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ function emitChange() {
}
function handleChange(_, ...args) {
emit('change', ...args)
emitData.value = args
}
</script>