51 lines
1.3 KiB
JavaScript
51 lines
1.3 KiB
JavaScript
import request from "@/utils/request";
|
|
|
|
// HSE观察统计
|
|
export const getgctj = () =>
|
|
request.post("/bigdata/analysis/service/chart/data", {
|
|
type: 1,
|
|
analysisId: "1671182746237",
|
|
owner: "u4000000012732737",
|
|
conditions: [],
|
|
});
|
|
// 问题对应隐患类型占比
|
|
export const getlxzb = () =>
|
|
request.post("/bigdata/analysis/service/chart/data", {
|
|
type: 1,
|
|
analysisId: "1671183106247",
|
|
owner: "u4000000012732737",
|
|
conditions: [],
|
|
});
|
|
// HSE人数统计
|
|
export const getrstj = () =>
|
|
request.post("/bigdata/analysis/service/chart/data", {
|
|
type: 1,
|
|
analysisId: "1671183187310",
|
|
owner: "u4000000012732737",
|
|
conditions: [],
|
|
});
|
|
// HSE要素排名
|
|
export const getyspm = () =>
|
|
request.post("/bigdata/analysis/service/chart/data", {
|
|
type: 1,
|
|
analysisId: "1671183449923",
|
|
owner: "u4000000012732737",
|
|
conditions: [],
|
|
});
|
|
// 企业HSE观察数量排名
|
|
export const getslpm = () =>
|
|
request.post("/bigdata/analysis/service/chart/data", {
|
|
type: 1,
|
|
analysisId: "1671184401230",
|
|
owner: "u4000000012732737",
|
|
conditions: [],
|
|
});
|
|
// 人员位置
|
|
export const getrywz = () =>
|
|
request.post("/bigdata/analysis/service/chart/data", {
|
|
type: 1,
|
|
analysisId: "1671517738564",
|
|
owner: "u4000000012732737",
|
|
conditions: [],
|
|
});
|