This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-01 21:03:13 +07:00
parent 1f5087122c
commit 246e2caf96

View file

@ -228,11 +228,13 @@ const filter = ref<string>("");
/** function เรียกรอบการเสนอขอพระราชทานเครื่องราช*/
async function fecthRound() {
showLoader();
// showLoader();
await http
.get(config.API.noteround())
.then(async (res) => {
let data = res.data.result;
console.log(data);
if (data.length !== 0) {
selectRoundOption.value = data.map((e: any) => ({
name: "รอบการเสนอขอพระราชทานเครื่องราชฯ ปี" + " " + (e.year + 543),