แก้ไข display 1.ตรวจสอบคุณสมบัติ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-16 10:33:44 +07:00
parent f33ec8fbc5
commit 0b2bb5f252
12 changed files with 277 additions and 289 deletions

View file

@ -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");
});
}