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"