แก้ bug เครื่องราช, เพิ่ม validate

This commit is contained in:
Warunee Tamkoo 2023-09-20 15:33:39 +07:00
parent fe672a5aff
commit 627df1a30a
16 changed files with 484 additions and 1167 deletions

View file

@ -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>