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 = [];