From c94a76e240a4fcfd022d68ccc5158dd3228e81ad Mon Sep 17 00:00:00 2001 From: yangzifeng <2547435354@qq.com> Date: Mon, 2 Feb 2026 17:32:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wisdom/bill/index.vue | 2 +- src/views/wisdom/outbound/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/wisdom/bill/index.vue b/src/views/wisdom/bill/index.vue index 7a96e58..cf6fb32 100644 --- a/src/views/wisdom/bill/index.vue +++ b/src/views/wisdom/bill/index.vue @@ -1657,7 +1657,7 @@ function handleExport() { let obj = JSON.parse(JSON.stringify(queryParams.value)); obj.bizTypeList = [0, 3]; proxy.download( - "/wisdom/record/export", + "wisdom/record/export", obj, `stock_${new Date().getTime()}.xlsx` ); diff --git a/src/views/wisdom/outbound/index.vue b/src/views/wisdom/outbound/index.vue index b39c9d8..2ad7669 100644 --- a/src/views/wisdom/outbound/index.vue +++ b/src/views/wisdom/outbound/index.vue @@ -1252,7 +1252,7 @@ function handleExport() { let obj = JSON.parse(JSON.stringify(queryParams.value)); obj.bizTypeList = [1, 2]; proxy.download( - "wisdom/stock/export", + "wisdom/record/export", obj, `stock_${new Date().getTime()}.xlsx` );