From e283be9626eb9269cad0507f4fe1d71028eebb7b Mon Sep 17 00:00:00 2001 From: waruneeta Date: Fri, 25 Aug 2023 23:55:15 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B8=8A=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=A3=E0=B8=AD=E0=B8=9A?= =?UTF-8?q?=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=88=E0=B8=B1=E0=B8=94=E0=B8=AA?= =?UTF-8?q?=E0=B8=A3=E0=B8=A3=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B8=AA=E0=B9=88?= =?UTF-8?q?=E0=B8=87=E0=B9=84=E0=B8=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/07_insignia/components/2_Manage/listManage.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/07_insignia/components/2_Manage/listManage.vue b/src/modules/07_insignia/components/2_Manage/listManage.vue index a01d09c46..e64ca6e70 100644 --- a/src/modules/07_insignia/components/2_Manage/listManage.vue +++ b/src/modules/07_insignia/components/2_Manage/listManage.vue @@ -143,7 +143,8 @@ const changround = async () => { : DataStore.typeOc); fecthInsigniaByOc(round.value, organization, "officer", tab.value); // get round name - roundName.value = optionRound.value.find((x: any) => round.value === x.id).name + const roundFilter = await optionRound.value.find((x: any) => round.value === x.id) + roundName.value = `รอบการเสนอขอพระราชทานเครื่องราชปี ${roundFilter.year + 543}` }; // const fecthInsigniaAll = async (periodId: string, tab: string) => { // // let data: any = [];