Small changes
This commit is contained in:
@ -8,7 +8,6 @@ import {getExternalCurriculumByInscrReq} from "@/rest/externalCurriculum.js";
|
||||
import {ref} from "vue";
|
||||
import ExternalCurriculumList from "@/Apps/Inscription/ExternalCurriculumList.vue";
|
||||
import {editEquivalenceState} from "@/rest/requests.js";
|
||||
import {downloadPdf} from "@/rest/uploads.js";
|
||||
|
||||
const props = defineProps(['target']);
|
||||
const request = await getRegisters(props.target);
|
||||
|
@ -30,6 +30,10 @@ const exemptReq = reactive({
|
||||
courseId : null,
|
||||
justifDocument : "",
|
||||
})
|
||||
|
||||
async function getExemptions(){
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<template style="margin-top:5%;">
|
||||
|
Reference in New Issue
Block a user