This commit is contained in:
parent
1f5d118581
commit
584709525a
|
|
@ -208,8 +208,8 @@ export default {
|
||||||
endTime: this.queryParams.time && this.queryParams.time[1],
|
endTime: this.queryParams.time && this.queryParams.time[1],
|
||||||
}
|
}
|
||||||
this.download(
|
this.download(
|
||||||
"/material/scrap_apply_details/getScrapDetailsList",
|
"/material/scrap_apply_details/exportScrapDetailsList",
|
||||||
{ params },
|
{ ...params },
|
||||||
`报废台账明细_${currentTime}.xlsx`
|
`报废台账明细_${currentTime}.xlsx`
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue