Merge branch 'oat_dev' into develop

This commit is contained in:
oat_dev 2024-03-27 09:16:49 +07:00
commit eb9a086d57
2 changed files with 1 additions and 2 deletions

View file

@ -249,7 +249,6 @@ onMounted(async () => {
</script> </script>
<template> <template>
<div class="toptitle col text-dark">ใบอนญาตประกอบวชาช</div>
<q-toolbar style="padding: 0px"> <q-toolbar style="padding: 0px">
<q-btn <q-btn
round round

View file

@ -251,7 +251,7 @@ async function addData() {
.post(config.API.profileNewTraining, { .post(config.API.profileNewTraining, {
...trainData, ...trainData,
startYear: undefined, startYear: undefined,
endYear: undefined, finishYear: undefined,
}) })
.then(() => { .then(() => {
fetchData(id.value); fetchData(id.value);