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