zhuo
2025-03-28 bf9d3777ed8cc4104c8026ce41782cc7f50538f3
src/api/cnas/systemManagement/measuresDealRisks.js
@@ -51,9 +51,7 @@
  return request({
    url: "/manageRiskAssessmentResults/exportHazardFactorIdentification",
    method: "get",
    headers: {
      responseType: "blob",
    },
    responseType: "blob",
    params: query,
  });
}
@@ -108,9 +106,7 @@
  return request({
    url: "/manageControlPlanList/exportSignificantRiskFactors",
    method: "get",
    headers: {
      responseType: "blob",
    },
    responseType: "blob",
    params: query,
  });
}