diff --git a/src/views/material/purchase/goodsEntry/index.vue b/src/views/material/purchase/goodsEntry/index.vue index 9c4dbba2..498313c0 100644 --- a/src/views/material/purchase/goodsEntry/index.vue +++ b/src/views/material/purchase/goodsEntry/index.vue @@ -374,7 +374,7 @@ export default { const currentTime = formatTime(new Date()); this.download( '/material/purchase_check_info/export', - { ...this.queryParams, statusList: [3, 13, 4, 14, 19], taskStage: 4 }, + { ...this.queryParams, taskStage: 4 }, `新购到货入库_${currentTime}.xlsx` ) }