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