zss
3 天以前 8f89a0325b1a97704f9482dd9006eea2408b6900
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 },
  });
}