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` );