แก้ env
This commit is contained in:
parent
7dfb3a2f47
commit
13a02a7f04
4 changed files with 10 additions and 4 deletions
|
|
@ -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-แบบแสดงรายละเอียดการเสนอผลงาน");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue