From 3b07508e67eaa07fbd1944dbe03deb82b824c884 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Fri, 5 Dec 2025 17:44:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/cost/component/unreportHome.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`, )