diff --git a/src/components/02_personnel-management/FormInformation.vue b/src/components/02_personnel-management/FormInformation.vue
index dd46e92a..8517b04c 100644
--- a/src/components/02_personnel-management/FormInformation.vue
+++ b/src/components/02_personnel-management/FormInformation.vue
@@ -1,7 +1,10 @@
@@ -38,10 +44,10 @@ async function selectHq(id: string) {
options-dense
hide-bottom-space
class="col-6"
+ v-model="hqId"
option-label="label"
option-value="value"
label="รหัสสำนักงานใหญ่"
- v-model="hqId"
:options="userStore.userOption.hqOpts"
:rules="[(val: string) => !!val || 'กรุณาเลือกสำนักงานใหญ่']"
@update:model-value="(val: string) => selectHq(val)"
@@ -54,12 +60,13 @@ async function selectHq(id: string) {
emit-value
map-options
options-dense
+ clearable
hide-bottom-space
class="col-6"
+ v-model="brId"
label="รหัสสาขา"
option-label="label"
option-value="value"
- v-model="brId"
:options="userStore.userOption.brOpts"
/>