|
@ -274,6 +274,9 @@ export default { |
|
|
return false; |
|
|
return false; |
|
|
} |
|
|
} |
|
|
const data = await createTemp(this.form); |
|
|
const data = await createTemp(this.form); |
|
|
|
|
|
if(data.headers?.success == "false"){ |
|
|
|
|
|
return |
|
|
|
|
|
} |
|
|
const blob = new Blob([data]); |
|
|
const blob = new Blob([data]); |
|
|
const fileName = "ginvueadmin.zip"; |
|
|
const fileName = "ginvueadmin.zip"; |
|
|
if ("download" in document.createElement("a")) { |
|
|
if ("download" in document.createElement("a")) { |
|
|