项目信息编辑,申办方和CRO选择后无法清空,增加删除按钮
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-10-17 10:00:11 +08:00
parent 5528188a8b
commit 7c79e4b1f3
1 changed files with 2 additions and 0 deletions

View File

@ -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')"
> >