This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
filterable
|
||||
allow-create
|
||||
default-first-option
|
||||
clearable
|
||||
@change="(value) => handleSelectChange(value, 'sponsor')"
|
||||
@visible-change="
|
||||
(flag) => handleSelectVisibbleChange(flag, 'sponsor')
|
||||
@@ -102,6 +103,7 @@
|
||||
filterable
|
||||
allow-create
|
||||
default-first-option
|
||||
clearable
|
||||
@change="(value) => handleSelectChange(value, 'cro')"
|
||||
@visible-change="(flag) => handleSelectVisibbleChange(flag, 'cro')"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user