gongchunyi
2026-03-28 d336a25aae76f8baf8a8a5dfce18521b9a7d0f03
src/api/productionManagement/productBom.js
@@ -55,3 +55,12 @@
    responseType: "blob",
  });
}
//  下载模板
export function downloadTemplate() {
  return request({
    url: "/productBom/downloadTemplate",
    method: "get",
    responseType: "blob",
  });
}