This commit is contained in:
parent
4e9c74937c
commit
af9d5cd4a5
|
|
@ -309,7 +309,9 @@ export default {
|
|||
console.log('row', row)
|
||||
this.download(
|
||||
'/bmw/pmProject/exportThreeAndOne',
|
||||
{},
|
||||
{
|
||||
monthId: row.id,
|
||||
},
|
||||
'三表一册.xlsx',
|
||||
)
|
||||
},
|
||||
|
|
|
|||
|
|
@ -284,7 +284,9 @@ export default {
|
|||
// console.log('下载三表一册')
|
||||
this.download(
|
||||
'/bmw/pmProject/exportThreeAndOne',
|
||||
{},
|
||||
{
|
||||
monthId: this.id,
|
||||
},
|
||||
'三表一册.xlsx',
|
||||
)
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue