|
@@ -381,7 +381,7 @@ export default {
|
|
let link = document.createElement('a');
|
|
let link = document.createElement('a');
|
|
link.style.display = 'none';
|
|
link.style.display = 'none';
|
|
link.href = url;
|
|
link.href = url;
|
|
- link.setAttribute('download', '执行包信息.xlsx');
|
|
|
|
|
|
+ link.setAttribute('download', '执行包审核明细信息.xlsx');
|
|
document.body.appendChild(link);
|
|
document.body.appendChild(link);
|
|
link.click();
|
|
link.click();
|
|
document.body.removeChild(link);
|
|
document.body.removeChild(link);
|