fix(select): 修复多选模式下key可能为undefined的场景

pull/8042/head
Carryours 2025-02-14 11:47:37 +08:00
parent 3db5e191b8
commit c4f97196ac
1 changed files with 2 additions and 0 deletions

View File

@ -240,6 +240,8 @@ export default defineComponent({
// warning(false, '`label` of `value` is not same as `label` in Select options.'); // warning(false, '`label` of `value` is not same as `label` in Select options.');
// } // }
// } // }
} else {
rawKey = rawValue;
} }
return { return {