pull/3/head
LiuJiaNan 2024-02-28 09:48:39 +08:00
parent a4ce310e83
commit 5024a89dbe
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export const getEnterpriseReport2 = (params) =>
export const getEnterpriseReport3 = (params) => export const getEnterpriseReport3 = (params) =>
post("/studytask/list?showCount=100&currentPage=1", params); post("/studytask/list?showCount=100&currentPage=1", params);
export const getEnterpriseReport4 = (params) => export const getEnterpriseReport4 = (params) =>
post("/confinedspace/getDiagnosis", params); post("/eightWork/getDiagnosis", params);
export const getEnterpriseReport5 = (params) => export const getEnterpriseReport5 = (params) =>
post("/performanceexamine_dept/listAll", params); post("/performanceexamine_dept/listAll", params);
export const getEnterpriseReport6 = (params) => export const getEnterpriseReport6 = (params) =>