Merge branch 'develop' into working

This commit is contained in:
Kittapath 2023-10-11 09:39:11 +07:00
commit e4ca1d0349

View file

@ -81,7 +81,7 @@ export const useInsigniaDataStore = defineStore("insignia", () => {
typeOc.value = agency.value;
optionsTypeOc.value = op.filter((e: any) => e.id == agency.value);
} else {
(optionsTypeOc.value = op), (typeOc.value = op[2].id);
(optionsTypeOc.value = op), (typeOc.value = op[0].id);
}
};
// หาประเภทเครื่องราชทั้งหมดที่อยู่ในรายชื่อข้าราชการสามัญฯ