This commit is contained in:
Warunee Tamkoo 2024-01-08 15:16:03 +07:00
parent a633e11e32
commit fc9abb5fec

View file

@ -119,7 +119,7 @@ const getCommandDetail = async () => {
const downloadCover = async (type: string) => { const downloadCover = async (type: string) => {
showLoader(); showLoader();
if (!genReportStatus) { if (!genReportStatus.value) {
await http await http
.get(config.API.fileCover(code.value, type, orderId.value), { .get(config.API.fileCover(code.value, type, orderId.value), {
responseType: "blob", responseType: "blob",