@ -282,7 +282,7 @@ const handleExport = async () => {
await message.exportConfirm()
// 发起导出
exportLoading.value = true
const data = await ProductionMainApi.exportProductionMain(setSearchParams)
const data = await ProductionMainApi.exportProductionMain(tableObject.params)
download.excel(data, '生产计划.xlsx')
} catch {
} finally {