|
|
@ -131,7 +131,7 @@ export default { |
|
|
|
if (code === 0) { |
|
|
|
let token = localStorage.getItem("token"); |
|
|
|
let prefix = window.SITE_CONFIG["apiURL"].slice(0, -4); |
|
|
|
if (item.isList) { |
|
|
|
if (!item.isList) { |
|
|
|
this.exportAll(reportId, data.paramKey, reportName); |
|
|
|
} else { |
|
|
|
window.open( |
|
|
|