fix eva
This commit is contained in:
parent
ddceed4e51
commit
beadf37af5
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
divdivdiv
|
||||
<script setup lang="ts">
|
||||
import { ref, reactive, onMounted } from "vue";
|
||||
import { useRouter, useRoute } from "vue-router";
|
||||
|
|
@ -104,7 +103,7 @@ onMounted(async () => {
|
|||
"4-แบบประเมินคุณลักษณะบุคคล",
|
||||
"5-แบบสรุปข้อมูลของผู้ขอรับการคัดเลือก (เอกสารหมายเลข 9)",
|
||||
"6-ผลงานที่จะส่งประเมิน (เอกสารหมายเลข 11)",
|
||||
].forEach((fileName) => downloadFile(fileName)),
|
||||
].forEach(async (fileName) => await downloadFile(fileName)),
|
||||
]);
|
||||
} catch (err) {
|
||||
messageError($q, err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue