fix bug
This commit is contained in:
parent
a633e11e32
commit
fc9abb5fec
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ const getCommandDetail = async () => {
|
|||
const downloadCover = async (type: string) => {
|
||||
showLoader();
|
||||
|
||||
if (!genReportStatus) {
|
||||
if (!genReportStatus.value) {
|
||||
await http
|
||||
.get(config.API.fileCover(code.value, type, orderId.value), {
|
||||
responseType: "blob",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue