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>
<template>
<div class="toptitle col text-dark">ใบอนญาตประกอบวชาช</div>
<q-toolbar style="padding: 0px">
<q-btn
round

View file

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