|
@ -699,10 +699,10 @@ const handleExport = async () => { |
|
|
await message.exportConfirm() |
|
|
await message.exportConfirm() |
|
|
// 发起导出 |
|
|
// 发起导出 |
|
|
exportLoading.value = true |
|
|
exportLoading.value = true |
|
|
const data = await PurchasereturnRequestMainApi.exportPurchasereturnRequestMain( |
|
|
const data = await PurchasereturnRequestMainApi.exportPurchasereturnRequestMainSpare( |
|
|
tableObject.params |
|
|
tableObject.params |
|
|
) |
|
|
) |
|
|
download.excel(data, '采购退货申请主.xlsx') |
|
|
download.excel(data, '维修备件退货申请主.xlsx') |
|
|
} catch { |
|
|
} catch { |
|
|
} finally { |
|
|
} finally { |
|
|
exportLoading.value = false |
|
|
exportLoading.value = false |
|
|