|
@ -237,7 +237,7 @@ const handleExport = async () => { |
|
|
// 发起导出 |
|
|
// 发起导出 |
|
|
exportLoading.value = true |
|
|
exportLoading.value = true |
|
|
const data = await ProcessproductionRecordMainApi.exportProcessproductionRecordMain(tableObject.params) |
|
|
const data = await ProcessproductionRecordMainApi.exportProcessproductionRecordMain(tableObject.params) |
|
|
download.excel(data, '工序报产申请主.xlsx') |
|
|
download.excel(data, route.meta.title+'.xlsx') |
|
|
} catch { |
|
|
} catch { |
|
|
} finally { |
|
|
} finally { |
|
|
exportLoading.value = false |
|
|
exportLoading.value = false |
|
|