fix(ApiSelect): ApiSelect首次选择值时仍然提示校验, fix #3065 (#3071)

This commit is contained in:
invalid w 2023-09-26 09:41:34 +08:00 committed by GitHub
parent c5d24e07f0
commit b1559e2cad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -144,6 +144,7 @@
}
function handleChange(_, ...args) {
emit('change', args[0] ? args[0].value : undefined);
emitData.value = args;
}

View File

@ -78,7 +78,6 @@ export const NO_AUTO_LINK_COMPONENTS: ComponentType[] = [
'Upload',
'ApiTransfer',
'ApiTree',
'ApiSelect',
'ApiTreeSelect',
'ApiRadioGroup',
'ApiCascader',