From 45a47f1de45671d74c438cd55bf0be6ad6a53279 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Wed, 30 Aug 2023 09:56:16 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20emit=20value=20=E0=B9=80=E0=B8=A5=E0=B8=B7=E0=B8=AD=E0=B8=81?= =?UTF-8?q?=E0=B8=AB=E0=B8=99=E0=B9=88=E0=B8=A7=E0=B8=A2=E0=B8=87=E0=B8=B2?= =?UTF-8?q?=E0=B8=99=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B9=81=E0=B8=95=E0=B9=88?= =?UTF-8?q?=E0=B8=87=E0=B8=95=E0=B8=B1=E0=B9=89=E0=B8=87=20-=20=E0=B9=80?= =?UTF-8?q?=E0=B8=A5=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=99=20select(?= =?UTF-8?q?=E0=B8=94=E0=B9=89=E0=B8=B2=E0=B8=99/=E0=B8=AA=E0=B8=B2?= =?UTF-8?q?=E0=B8=82=E0=B8=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../05_placement/components/AppointMent/AppointmentModal.vue | 1 + src/modules/05_placement/components/AppointMent/Main.vue | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/05_placement/components/AppointMent/AppointmentModal.vue b/src/modules/05_placement/components/AppointMent/AppointmentModal.vue index 64d377c5f..834e8bba6 100644 --- a/src/modules/05_placement/components/AppointMent/AppointmentModal.vue +++ b/src/modules/05_placement/components/AppointMent/AppointmentModal.vue @@ -661,6 +661,7 @@ function findByPerson(element: any): any { dense hide-bottom-space lazy-rules + emit-value :options="positionPathSideOptions" v-model="dataForm.positionPathSideId" :label="`${'ด้าน/สาขา'}`" diff --git a/src/modules/05_placement/components/AppointMent/Main.vue b/src/modules/05_placement/components/AppointMent/Main.vue index 3a4c8fca7..9cd80f61a 100644 --- a/src/modules/05_placement/components/AppointMent/Main.vue +++ b/src/modules/05_placement/components/AppointMent/Main.vue @@ -257,7 +257,6 @@ const columns2 = ref([ const openModalTree = (id: string) => { personalId.value = id; - console.log(personalId.value); personal.value = listRecevice.value.filter((e: any) => e.id === id); modalTree.value = true; };