|
|
@ -451,7 +451,7 @@ const handleExport = async () => { |
|
|
|
await message.exportConfirm() |
|
|
|
// 发起导出 |
|
|
|
exportLoading.value = true |
|
|
|
const data = await InventorymoveRequestMainApi.exportInventorymoveRequestMain(setSearchParams) |
|
|
|
const data = await InventorymoveRequestMainApi.exportInventorymoveRequestMain(tableObject.params) |
|
|
|
if(routeName.value == 'OktoholdRequestMain'){ |
|
|
|
download.excel(data, '合格转隔离申请主.xlsx') |
|
|
|
}else if ( routeName.value == 'HoldtookRequestMain') { |
|
|
|