ทะเบียนประวัติ: แก้ไขส่งค่าเกิน+ลบหัวข้อ

This commit is contained in:
oat_dev 2024-03-27 09:16:37 +07:00
parent e5aad00fea
commit d1b47e9bfa
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);