fix: compete report name
This commit is contained in:
parent
1f10690c93
commit
cd73e32229
2 changed files with 8 additions and 12 deletions
|
|
@ -318,7 +318,7 @@ async function downloadPassExam() {
|
|||
.get(config.API.exportPassExam(importId.value))
|
||||
.then(async (res) => {
|
||||
const dataList = res.data.result;
|
||||
await genReportXLSX(dataList, "ส่งออกข้อมูลผู้สอบผ่านภาค ก.");
|
||||
await genReportXLSX(dataList, "ส่งออกข้อมูลผู้สอบผ่านภาค ข.");
|
||||
})
|
||||
.catch(async (e) => {
|
||||
messageError($q, JSON.parse(await e.response.data.text()));
|
||||
|
|
@ -465,7 +465,7 @@ onMounted(async () => {
|
|||
</q-item>
|
||||
<q-item clickable v-close-popup @click="downloadPassExam()">
|
||||
<q-item-section class="text-primary"
|
||||
>ส่งออกข้อมูลผู้สอบผ่านภาค ก.</q-item-section
|
||||
>ส่งออกข้อมูลผู้สอบผ่านภาค ข.</q-item-section
|
||||
>
|
||||
</q-item>
|
||||
<q-item clickable v-close-popup @click="downloadPassResultExam()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue