แก้ไขชื่อรอบการจัดสรรที่ส่งไป

This commit is contained in:
Warunee Tamkoo 2023-08-25 23:55:15 +07:00
parent 1182b3f542
commit e283be9626

View file

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