From da0c924bed952701bd56cf4bb488c790733f3335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Wed, 10 May 2023 15:44:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E4=BA=BA=E5=91=98=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E6=A1=86=E5=A2=9E=E5=8A=A0=E6=B8=85=E6=A5=9A=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/PersonnelSelection/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/jero-web/src/components/PersonnelSelection/index.vue b/jero-web/src/components/PersonnelSelection/index.vue index 7cf7c0574..afc0eb21d 100644 --- a/jero-web/src/components/PersonnelSelection/index.vue +++ b/jero-web/src/components/PersonnelSelection/index.vue @@ -5,6 +5,7 @@ :mode="isSingleChoice?'':'multiple'" class="itemModelStand-input" show-search + :allowClear="isSingleChoice ? true : false" :label-in-value="isSingleChoice ? false:true" :value="selectValue" :placeholder="$t('PleaseSelect')+query.db_field_txt"