แก้ env

This commit is contained in:
Kittapath 2023-12-24 02:02:34 +07:00
parent 7dfb3a2f47
commit 13a02a7f04
4 changed files with 10 additions and 4 deletions

View file

@ -196,10 +196,10 @@ async function fetcheSigner(id: string) {
.finally(() => {
hideLoader();
});
fetchCheckSpec(id);
}
async function fetchCheckSpec(id: string) {
console.log("zxczx")
showLoader();
await http
.get(config.API.evaluationCheckspecByid(id))
@ -267,6 +267,7 @@ onMounted(async () => {
if (store.currentStep > 2) {
fetcheSigner(store.evaluateId);
}
fetchCheckSpec(store.evaluateId );
emit("update:form", formCommand, ref);
downloadFile("1-แบบพิจารณาคุณสมบัติบุคคล");
downloadFile("2-แบบแสดงรายละเอียดการเสนอผลงาน");