fix bug & แก้คำผิด

This commit is contained in:
Warunee Tamkoo 2024-03-28 16:29:44 +07:00
parent 2590fb1142
commit ad09bd908a
15 changed files with 45 additions and 47 deletions

View file

@ -349,7 +349,7 @@ async function selectorRound(round: number) {
await fecthlistInsignia();
}
/** function เรียกราชื่อการเสนอขอเครื่องราชฯ */
/** function เรียกราชื่อการเสนอขอเครื่องราชฯ */
async function fecthlistInsignia() {
showLoader();
await http
@ -372,7 +372,7 @@ function close() {
modal.value = false;
}
/** function closePopup และเเรียกข้อมูลราชื่อการเสนอขอเครื่องราชฯ */
/** function closePopup และเเรียกข้อมูลราชื่อการเสนอขอเครื่องราชฯ */
function closeAndFecth() {
modal.value = false;
fecthlistInsignia();