แก้ไข display 1.ตรวจสอบคุณสมบัติ
This commit is contained in:
parent
f33ec8fbc5
commit
0b2bb5f252
12 changed files with 277 additions and 289 deletions
|
|
@ -55,8 +55,6 @@ const maxPage = ref<number>(10);
|
|||
|
||||
/** function เรียกรายการประเมิน*/
|
||||
async function fetchEvaluteList() {
|
||||
console.log("test");
|
||||
|
||||
showLoader();
|
||||
const body = {
|
||||
page: page.value,
|
||||
|
|
@ -75,7 +73,6 @@ async function fetchEvaluteList() {
|
|||
})
|
||||
.finally(() => {
|
||||
hideLoader();
|
||||
console.log("test");
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue