fix เครื่องราช

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-27 13:33:27 +07:00
parent 2b691a746d
commit 4586aef931
9 changed files with 86 additions and 134 deletions

View file

@ -123,7 +123,7 @@ export const useInsigniaDataStore = defineStore("insignia", () => {
* funntoin option
* @param op
*/
function fetchOption(op: any) {
async function fetchOption(op: any) {
const aId = agency.value ?? "00000000-0000-0000-0000-000000000000";
const hasID = op.find((e: any) => e.id === agency.value);