แก้ไขชื่อรอบการจัดสรรที่ส่งไป
This commit is contained in:
parent
1182b3f542
commit
e283be9626
1 changed files with 2 additions and 1 deletions
|
|
@ -143,7 +143,8 @@ const changround = async () => {
|
||||||
: DataStore.typeOc);
|
: DataStore.typeOc);
|
||||||
fecthInsigniaByOc(round.value, organization, "officer", tab.value);
|
fecthInsigniaByOc(round.value, organization, "officer", tab.value);
|
||||||
// get round name
|
// 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) => {
|
// const fecthInsigniaAll = async (periodId: string, tab: string) => {
|
||||||
// // let data: any = [];
|
// // let data: any = [];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue