Project request dialog : close after submit
This commit is contained in:
parent
be67441044
commit
c4f7a5318a
3 changed files with 2 additions and 7 deletions
|
|
@ -102,6 +102,6 @@ async function handleSubmit() {
|
|||
};
|
||||
|
||||
const response = await api.post(formData, "request-project-creation.json");
|
||||
console.log(response);
|
||||
isOpen.value = false;
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -102,8 +102,6 @@ async function handleSubmit() {
|
|||
formData,
|
||||
"/request-optimization-appointment.json"
|
||||
);
|
||||
|
||||
console.log(response);
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue