fix bug
This commit is contained in:
parent
1f5087122c
commit
246e2caf96
1 changed files with 3 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue