This commit is contained in:
parent
3446482c49
commit
46b3b986ee
|
|
@ -537,7 +537,7 @@ export default {
|
||||||
handleExportAll() {
|
handleExportAll() {
|
||||||
const params = this.rowData
|
const params = this.rowData
|
||||||
this.download(
|
this.download(
|
||||||
'material/slt_agreement_info/exportAll',
|
'material/slt_agreement_info/exportAlls',
|
||||||
{...params,},
|
{...params,},
|
||||||
`全部费用明细_${new Date().getTime()}.xlsx`,
|
`全部费用明细_${new Date().getTime()}.xlsx`,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue