This commit is contained in:
bb_pan 2025-07-02 16:33:17 +08:00
parent 7a611dbe82
commit d15e757385
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ export default {
const currentTime = formatTime(new Date()); const currentTime = formatTime(new Date());
this.download( this.download(
'/material/purchase_check_info/export', '/material/purchase_check_info/export',
{ ...this.queryParams, statusList: [3, 13, 4, 14, 19], taskStage: 4 }, { ...this.queryParams, taskStage: 4 },
`新购到货入库_${currentTime}.xlsx` `新购到货入库_${currentTime}.xlsx`
) )
} }