This commit is contained in:
BianLzhaoMin 2025-09-30 13:58:09 +08:00
parent 4e9c74937c
commit af9d5cd4a5
2 changed files with 6 additions and 2 deletions

View File

@ -309,7 +309,9 @@ export default {
console.log('row', row)
this.download(
'/bmw/pmProject/exportThreeAndOne',
{},
{
monthId: row.id,
},
'三表一册.xlsx',
)
},

View File

@ -284,7 +284,9 @@ export default {
// console.log('')
this.download(
'/bmw/pmProject/exportThreeAndOne',
{},
{
monthId: this.id,
},
'三表一册.xlsx',
)
},