diff --git a/src/views/material/cost/component/unreportHome.vue b/src/views/material/cost/component/unreportHome.vue index d9f55140..d8e0bf33 100644 --- a/src/views/material/cost/component/unreportHome.vue +++ b/src/views/material/cost/component/unreportHome.vue @@ -933,7 +933,7 @@ export default { console.log("xxxxxxxxxxtaskId",this.taskId) const param = { taskId: this.taskId } this.downloadZip( - 'material/slt_agreement_info/downloadExport', + 'material/slt_agreement_info/downloadExZip', JSON.stringify(param), `未结算批量明细导出_${new Date().getTime()}.zip`, )