From 8dadcb450a4f8c0479d8b3efe267b26e44b0601b Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Fri, 18 Oct 2024 13:22:42 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=201=20=3D>=201.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../18_command/components/DialogCreateCommandORG.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/18_command/components/DialogCreateCommandORG.vue b/src/modules/18_command/components/DialogCreateCommandORG.vue index fc7ea3d0d..df83679a2 100644 --- a/src/modules/18_command/components/DialogCreateCommandORG.vue +++ b/src/modules/18_command/components/DialogCreateCommandORG.vue @@ -47,11 +47,11 @@ const commandYear = ref(new Date().getFullYear()); const commandAffectDate = ref(null); //วันที่ลงนาม const commandExcecuteDate = ref(null); //วันที่คำสั่งมีผล -const group = ref("GROUP1"); //กลุ่ม +const group = ref("GROUP1.1"); //กลุ่ม const isCheckOrgPublishDate = ref(false); //เช็คค่าของวันที่คำสั่งมีผล const groupDataOp = ref([ { - id: "GROUP1", + id: "GROUP1.1", name: "กลุ่มที่ 1.1 : ปฏิบัติงาน ชำนาญงาน ปฏิบัติการ ชำนาญการ", }, { @@ -163,7 +163,7 @@ function closeModal() { commandYear.value = new Date().getFullYear(); commandAffectDate.value = null; commandExcecuteDate.value = null; - group.value = "GROUP1"; + group.value = "GROUP1.1"; isCheckOrgPublishDate.value = false; rows.value = []; selected.value = []; @@ -235,7 +235,7 @@ watch(modal, async () => { if (isOfficer.value) { group.value = "GROUP1.2"; groupDataOp.value = groupDataOp.value.filter( - (item) => item.id !== "GROUP1" + (item) => item.id !== "GROUP1.1" ); } getPerson();