From a43ecaa96b597c9f271fc97868bb3f8c8b5f455e Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Mon, 12 Aug 2024 11:27:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=BA=8F=E6=8A=A5=E4=BA=A7=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=AF=BC=E5=87=BA=E6=A8=A1=E7=89=88=E5=90=8D=E5=AD=97?= =?UTF-8?q?=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processproduction/processproductionRecord/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/productionManage/processproduction/processproductionRecord/index.vue b/src/views/wms/productionManage/processproduction/processproductionRecord/index.vue index c04743a7b..fced86acb 100644 --- a/src/views/wms/productionManage/processproduction/processproductionRecord/index.vue +++ b/src/views/wms/productionManage/processproduction/processproductionRecord/index.vue @@ -237,7 +237,7 @@ const handleExport = async () => { // 发起导出 exportLoading.value = true const data = await ProcessproductionRecordMainApi.exportProcessproductionRecordMain(tableObject.params) - download.excel(data, '工序报产申请主.xlsx') + download.excel(data, route.meta.title+'.xlsx') } catch { } finally { exportLoading.value = false