diff --git a/jero-web/src/components/PersonnelSelection/index.vue b/jero-web/src/components/PersonnelSelection/index.vue index 624287933..0286d1e23 100644 --- a/jero-web/src/components/PersonnelSelection/index.vue +++ b/jero-web/src/components/PersonnelSelection/index.vue @@ -2,98 +2,39 @@
- - - {{ item.title }} - + style="width: 100%" + :disabled="disabled" + :default-active-first-option="false" + :filter-option="false" + @search="fetchUser" + @change="handleChange" + > + + + {{ d.username }} - - - - - - {{this.$t('PersonnelSelection')}} - - - -
-
- -
- - -
- {{$t('dataLoading')}} - - - - - - - - - - - - - - - - - - - - - - -
-
- {{$t('cancel')}} - {{$t('submit')}} -
-
+ + + + + + +