ทะเบียนประวัติ: แก้ไขส่งค่าเกิน+ลบหัวข้อ
This commit is contained in:
parent
e5aad00fea
commit
d1b47e9bfa
2 changed files with 1 additions and 2 deletions
|
|
@ -249,7 +249,6 @@ onMounted(async () => {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div class="toptitle col text-dark">ใบอนุญาตประกอบวิชาชีพ</div>
|
||||
<q-toolbar style="padding: 0px">
|
||||
<q-btn
|
||||
round
|
||||
|
|
|
|||
|
|
@ -251,7 +251,7 @@ async function addData() {
|
|||
.post(config.API.profileNewTraining, {
|
||||
...trainData,
|
||||
startYear: undefined,
|
||||
endYear: undefined,
|
||||
finishYear: undefined,
|
||||
})
|
||||
.then(() => {
|
||||
fetchData(id.value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue