diff --git a/src/modules/04_registryPerson/stores/Position.ts b/src/modules/04_registryPerson/stores/Position.ts index afa88b3c5..bf8e89b95 100644 --- a/src/modules/04_registryPerson/stores/Position.ts +++ b/src/modules/04_registryPerson/stores/Position.ts @@ -6,7 +6,7 @@ import type { DataOption } from "@/modules/04_registryPerson/interface/index/Mai export const useGovernmentPosDataStore = defineStore("GovernmentPos", () => { // commandCode ขอตำแหน่ง const positionCode = ref([ - 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([]);