|
@ -554,7 +554,7 @@ const handleExport = async () => { |
|
|
// 发起导出 |
|
|
// 发起导出 |
|
|
exportLoading.value = true |
|
|
exportLoading.value = true |
|
|
const data = await ProductreceiptRequestMainApi.exportProductreceiptRequestMain(tableObject.params) |
|
|
const data = await ProductreceiptRequestMainApi.exportProductreceiptRequestMain(tableObject.params) |
|
|
download.excel(data, '制品收货申请主.xlsx') |
|
|
download.excel(data, route.meta.title+'.xlsx') |
|
|
} catch { |
|
|
} catch { |
|
|
} finally { |
|
|
} finally { |
|
|
exportLoading.value = false |
|
|
exportLoading.value = false |
|
|