@ -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