add command code 20 (คำสั่งย้ายแยกจากแต่งตั้งย้าย)
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m47s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m47s
This commit is contained in:
parent
89f832bbeb
commit
99bba05167
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import type { DataOption } from "@/modules/04_registryPerson/interface/index/Mai
|
||||||
export const useGovernmentPosDataStore = defineStore("GovernmentPos", () => {
|
export const useGovernmentPosDataStore = defineStore("GovernmentPos", () => {
|
||||||
// commandCode ขอตำแหน่ง
|
// commandCode ขอตำแหน่ง
|
||||||
const positionCode = ref<number[]>([
|
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[]>([]);
|
const commandCodeData = ref<DataOption[]>([]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue