แก้คำในเครื่องราชจาก เครื่องราช เป็น เครื่องราชฯ
This commit is contained in:
parent
faf2940f07
commit
5ad7140335
5 changed files with 9 additions and 9 deletions
|
|
@ -58,7 +58,7 @@ const fecthRound = async () => {
|
|||
let data = res.data.result;
|
||||
if (data.length !== 0) {
|
||||
selectRoundOption.value = data.map((e: any) => ({
|
||||
name: "รอบการเสนอขอพระราชทานเครื่องราชปี" + " " + (e.year + 543),
|
||||
name: "รอบการเสนอขอพระราชทานเครื่องราชฯ ปี" + " " + (e.year + 543),
|
||||
id: e.id,
|
||||
}));
|
||||
selectRound.value = data[0].id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue