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