add command code 20 (คำสั่งย้ายแยกจากแต่งตั้งย้าย)
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m47s

This commit is contained in:
Warunee Tamkoo 2026-01-21 11:08:26 +07:00
parent 89f832bbeb
commit 99bba05167

View file

@ -6,7 +6,7 @@ import type { DataOption } from "@/modules/04_registryPerson/interface/index/Mai
export const useGovernmentPosDataStore = defineStore("GovernmentPos", () => {
// commandCode ขอตำแหน่ง
const positionCode = ref<number[]>([
0, 1, 2, 3, 4, 8, 9, 10, 11, 12, 13, 14, 15, 16,
0, 1, 2, 3, 4, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20,
]);
const commandCodeData = ref<DataOption[]>([]);