feat: update importNationality to support multiple selections and adjust related logic
This commit is contained in:
parent
5c12bcbab7
commit
dfc17e9623
4 changed files with 18 additions and 13 deletions
|
|
@ -106,7 +106,7 @@ watch(
|
|||
:rules
|
||||
@clear="
|
||||
() => {
|
||||
model = '';
|
||||
multiple ? (model = []) : (model = '');
|
||||
}
|
||||
"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue