fix(sj_1.0.0_beta4): SelectGroup组件不可清空

This commit is contained in:
dhb52 2024-06-04 22:57:35 +08:00
parent 76f8f95ddd
commit f470e5efd3

View File

@ -45,7 +45,6 @@ getGroupNameList();
:placeholder="$t('page.retryTask.form.groupName')" :placeholder="$t('page.retryTask.form.groupName')"
:options="translateOptions2(groupNameList)" :options="translateOptions2(groupNameList)"
:disabled="props.disabled" :disabled="props.disabled"
clearable
filterable filterable
@update:value="handleUpdate" @update:value="handleUpdate"
/> />