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