diff --git a/src/components/02_personnel-management/FormByType.vue b/src/components/02_personnel-management/FormByType.vue index f3be10bc..8c531b96 100644 --- a/src/components/02_personnel-management/FormByType.vue +++ b/src/components/02_personnel-management/FormByType.vue @@ -9,6 +9,8 @@ import { Icon } from '@iconify/vue'; import { QSelect } from 'quasar'; import DatePicker from '../shared/DatePicker.vue'; +import SelectOffice from 'components/shared/select-muliple/SelectOffice.vue'; + const { t } = useI18n(); const userStore = useUserStore(); const optionStore = useOptionStore(); @@ -18,7 +20,7 @@ const userType = defineModel('userType'); const registrationNo = defineModel('registrationNo'); const startDate = defineModel('startDate'); const retireDate = defineModel('retireDate'); -const responsibleArea = defineModel( +const responsibleArea = defineModel( 'responsibleArea', ); const discountCondition = defineModel( @@ -178,30 +180,12 @@ watch( clearable /> - + />