From 99bba05167374169e302bbf1ec92d6898c9727e5 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Wed, 21 Jan 2026 11:08:26 +0700 Subject: [PATCH] =?UTF-8?q?add=20command=20code=2020=20(=E0=B8=84=E0=B8=B3?= =?UTF-8?q?=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87=E0=B8=A2=E0=B9=89=E0=B8=B2?= =?UTF-8?q?=E0=B8=A2=E0=B9=81=E0=B8=A2=E0=B8=81=E0=B8=88=E0=B8=B2=E0=B8=81?= =?UTF-8?q?=E0=B9=81=E0=B8=95=E0=B9=88=E0=B8=87=E0=B8=95=E0=B8=B1=E0=B9=89?= =?UTF-8?q?=E0=B8=87=E0=B8=A2=E0=B9=89=E0=B8=B2=E0=B8=A2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_registryPerson/stores/Position.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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([]);