แก้ฟอร์มลา
This commit is contained in:
parent
d706f92616
commit
ebfae7437e
17 changed files with 64 additions and 92 deletions
|
|
@ -86,7 +86,7 @@ async function getReport(fileName: string) {
|
|||
.get(config.API.appealByPrintReport(id.value))
|
||||
.then(async (res) => {
|
||||
console.log(res.data.result.data);
|
||||
const data = res.data.result
|
||||
const data = res.data.result;
|
||||
await genReport(data, fileName);
|
||||
})
|
||||
.catch((e) => {
|
||||
|
|
@ -114,7 +114,7 @@ onMounted(() => {
|
|||
flat
|
||||
color="primary"
|
||||
class="q-mr-sm"
|
||||
@click="router.go(-1)"
|
||||
@click="router.push('/appeal-complain')"
|
||||
/>
|
||||
แก้ไขอุทธรณ์/ร้องทุกข์
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue