diff --git a/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue b/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue index 4ad831bb4..f9727282a 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue +++ b/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue @@ -166,7 +166,7 @@ const isShowFooterButtton = ref(true) const isShowReduceButtonSelection = ref(true) const { tableObject: detatableDataBom, tableMethods: detatableMethodsBom } =useTable({ - getListApi: BomDismantleApi.getProductscrapBomRecordPage + getListApi: BomDismantleApi.getProductscrapBomDismantlePage }) const { getList:getDetailListBom } = detatableMethodsBom /** bom 列表 表单 按钮 */