|
@ -209,7 +209,7 @@ const handleExport = async () => { |
|
|
// 发起导出 |
|
|
// 发起导出 |
|
|
exportLoading.value = true |
|
|
exportLoading.value = true |
|
|
const data = await PurchasereceiptJobMainApi.exportPurchasereceiptJobMain(setSearchParams) |
|
|
const data = await PurchasereceiptJobMainApi.exportPurchasereceiptJobMain(setSearchParams) |
|
|
download.excel(data, '采购收货任务.xls') |
|
|
download.excel(data, '采购收货任务主.xls') |
|
|
} catch { |
|
|
} catch { |
|
|
} finally { |
|
|
} finally { |
|
|
exportLoading.value = false |
|
|
exportLoading.value = false |
|
|