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