From 2f3f16c7f28f1f62584fc20d5e5e5cafaf785463 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Thu, 15 Aug 2024 15:28:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B1=E4=BA=8E=E5=8F=91=E7=89=88=E5=85=88?= =?UTF-8?q?=E4=B8=8D=E6=8D=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productscrap/productscrapRequestMain/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 列表 表单 按钮 */