spring
2 天以前 a1361a1e9e2999b864859a33aa1d4dc830d86818
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 },
  });
}