Merge branch 'oat_dev' into develop
This commit is contained in:
commit
eb9a086d57
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue