spring
2 天以前 7543b32e5c64bb415af4368123f2c1cbefe94549
src/api/productionManagement/productBom.js
@@ -36,3 +36,12 @@
    data: ids,
  });
}
// 根据产品型号ID查询BOM
export function getByModel(productModelId) {
  return request({
    url: "/productBom/getByModel",
    method: "get",
    params: { productModelId },
  });
}