fix(工作台): 修复人员下拉选项筛选不正确

This commit is contained in:
xinxin.wu 2024-11-20 12:35:34 +08:00 committed by 刘瑞斌
parent bf34c5d21e
commit 06d3408aad
2 changed files with 3 additions and 1 deletions

View File

@ -20,8 +20,9 @@
<MsSelect
v-model:model-value="memberIds"
:options="memberOptions"
:allow-search="false"
allow-clear
allow-search
:search-keys="['label']"
class="!w-[200px]"
:prefix="t('workbench.homePage.staff')"
:multiple="true"

View File

@ -24,6 +24,7 @@
allow-clear
value-key="value"
label-key="label"
:search-keys="['label']"
class="!w-[200px]"
:prefix="t('workbench.homePage.staff')"
:multiple="true"