แก้ bug เครื่องราช, เพิ่ม validate
This commit is contained in:
parent
fe672a5aff
commit
627df1a30a
16 changed files with 484 additions and 1167 deletions
|
|
@ -37,7 +37,7 @@ const downloadDocument = async (type: string) => {
|
|||
})
|
||||
.then(async (res) => {
|
||||
if (download) {
|
||||
downloadFile(res, `${titleReport.value}.${type}`);
|
||||
downloadFile(res, `ประวัติสำหรับการเสนอขอพระราชทานเหรียญจักรพรรดิมาลา.${type}`);
|
||||
}
|
||||
})
|
||||
.catch((e) => {
|
||||
|
|
@ -91,6 +91,4 @@ const downloadFile = (response: any, filename: string) => {
|
|||
</q-list>
|
||||
</q-menu>
|
||||
</q-btn>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue