Merge branch 'develop' into working
This commit is contained in:
commit
e4ca1d0349
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
};
|
||||
// หาประเภทเครื่องราชทั้งหมดที่อยู่ในรายชื่อข้าราชการสามัญฯ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue