项目信息编辑,申办方和CRO选择后无法清空,增加删除按钮
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5528188a8b
commit
7c79e4b1f3
|
|
@ -82,6 +82,7 @@
|
||||||
filterable
|
filterable
|
||||||
allow-create
|
allow-create
|
||||||
default-first-option
|
default-first-option
|
||||||
|
clearable
|
||||||
@change="(value) => handleSelectChange(value, 'sponsor')"
|
@change="(value) => handleSelectChange(value, 'sponsor')"
|
||||||
@visible-change="
|
@visible-change="
|
||||||
(flag) => handleSelectVisibbleChange(flag, 'sponsor')
|
(flag) => handleSelectVisibbleChange(flag, 'sponsor')
|
||||||
|
|
@ -102,6 +103,7 @@
|
||||||
filterable
|
filterable
|
||||||
allow-create
|
allow-create
|
||||||
default-first-option
|
default-first-option
|
||||||
|
clearable
|
||||||
@change="(value) => handleSelectChange(value, 'cro')"
|
@change="(value) => handleSelectChange(value, 'cro')"
|
||||||
@visible-change="(flag) => handleSelectVisibbleChange(flag, 'cro')"
|
@visible-change="(flag) => handleSelectVisibbleChange(flag, 'cro')"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue