fix: สรรหา ปรับ pagin /โครงสร้าง ปิดดาวโหลดได้เเค่ root ปรับข้อความ
This commit is contained in:
parent
e4bdf45beb
commit
8263697759
8 changed files with 162 additions and 58 deletions
|
|
@ -50,7 +50,7 @@ async function fetchData() {
|
|||
await http
|
||||
.get(config.API.getDisableExamDetail(importId.value, examId.value))
|
||||
.then((res) => {
|
||||
let data = res.data.result.data;
|
||||
let data = res.data.result;
|
||||
if (data != null) {
|
||||
profile_id.value = data.profileID;
|
||||
examID.value = data.examID;
|
||||
|
|
@ -82,7 +82,7 @@ async function fetchData() {
|
|||
scoreD.value = data.scoreResult.scoreD;
|
||||
}
|
||||
} else {
|
||||
dialogMessageNotify($q, "แข่งขัน ไม่พบข้อมูล");
|
||||
dialogMessageNotify($q, "คัดเลือก ไม่พบข้อมูล");
|
||||
}
|
||||
})
|
||||
.catch((e) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue