From b91e4a816eada9a73786b0426400226e7866a9f1 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Thu, 20 Feb 2025 23:43:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E7=AE=A1=E7=90=86=E5=AF=BC?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/costRecord/component/applyDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/business/costRecord/component/applyDetail.vue b/src/views/business/costRecord/component/applyDetail.vue index b3301b51..f2424799 100644 --- a/src/views/business/costRecord/component/applyDetail.vue +++ b/src/views/business/costRecord/component/applyDetail.vue @@ -537,7 +537,7 @@ export default { handleExportAll() { const params = this.rowData this.download( - 'material/slt_agreement_info/exportAll', + 'material/slt_agreement_info/exportAlls', {...params,}, `全部费用明细_${new Date().getTime()}.xlsx`, )