feat: update importNationality to support multiple selections and adjust related logic

This commit is contained in:
puriphatt 2025-04-24 17:58:48 +07:00
parent 5c12bcbab7
commit dfc17e9623
4 changed files with 18 additions and 13 deletions

View file

@ -106,7 +106,7 @@ watch(
:rules
@clear="
() => {
model = '';
multiple ? (model = []) : (model = '');
}
"
>