yaowanxin
昨天 e864adc9359a8e012f71816c94250c77e3c3070d
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 },
  });
}