diff --git a/src/views/wms/productionManage/productionplan/productionMain/index.vue b/src/views/wms/productionManage/productionplan/productionMain/index.vue index 32112ac8d..03f511858 100644 --- a/src/views/wms/productionManage/productionplan/productionMain/index.vue +++ b/src/views/wms/productionManage/productionplan/productionMain/index.vue @@ -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 {