From f5d1d69f77b37573bf14423c2a1a4cbbee9c2f32 Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Fri, 7 Jun 2024 09:52:55 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20bug=20=E0=B8=9A?= =?UTF-8?q?=E0=B8=A3=E0=B8=A3=E0=B8=88=E0=B8=B8=20=E0=B9=81=E0=B8=95?= =?UTF-8?q?=E0=B9=88=E0=B8=87=E0=B8=95=E0=B8=B1=E0=B9=89=E0=B8=87=20?= =?UTF-8?q?=E0=B8=AF=20=E0=B9=80=E0=B8=A1=E0=B8=99=E0=B8=B9=E0=B8=AD?= =?UTF-8?q?=E0=B8=B7=E0=B9=88=E0=B8=99=E0=B9=86=20=E0=B9=81=E0=B8=A5?= =?UTF-8?q?=E0=B8=B0=E0=B8=9E=E0=B9=89=E0=B8=99=E0=B8=88=E0=B8=B2=E0=B8=81?= =?UTF-8?q?=E0=B8=A3=E0=B8=B2=E0=B8=8A=E0=B8=81=E0=B8=B2=E0=B8=A3=20?= =?UTF-8?q?=E0=B9=80=E0=B8=A1=E0=B8=99=E0=B8=B9=E0=B8=A5=E0=B8=B2=E0=B8=AD?= =?UTF-8?q?=E0=B8=AD=E0=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/05_placement/components/Other/Dialogbody.vue | 2 +- src/modules/06_retirement/components/resign/Resign.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/05_placement/components/Other/Dialogbody.vue b/src/modules/05_placement/components/Other/Dialogbody.vue index d3611be57..7d3efef9c 100644 --- a/src/modules/05_placement/components/Other/Dialogbody.vue +++ b/src/modules/05_placement/components/Other/Dialogbody.vue @@ -268,7 +268,7 @@ function filterFnOptionsType(val: string, update: any) { :columns="columns2" :rows="props.rows2" :filter="filterKeyword2" - row-key="personalId" + row-key="profileId" flat :visible-columns="visibleColumns2" selection="multiple" diff --git a/src/modules/06_retirement/components/resign/Resign.vue b/src/modules/06_retirement/components/resign/Resign.vue index eca3f34f5..0829cb473 100644 --- a/src/modules/06_retirement/components/resign/Resign.vue +++ b/src/modules/06_retirement/components/resign/Resign.vue @@ -342,7 +342,7 @@ const pagination = ref({ :closeModal="closeModal" :rows2="rows2" v-model:filterKeyword2="filterKeyword2" - :fecthlistRecevice="fecthlist" + :fecthlist="fecthlist" />