zcloud-gbs-bi-react/src/api/biMark/index.js

35 lines
1.0 KiB
JavaScript
Raw Normal View History

import { declareRequest } from "@cqsjjb/jjb-dva-runtime";
export const getCorpInfoListAll = declareRequest(
"biFullLoading",
"Post > @/basicInfo/corpInfo/corpListAll",
);
2026-07-21 11:49:03 +08:00
export const getFirePointDeviceList = declareRequest(
"biFullLoading",
"Post > @/fireCheck/firePoint/deviceList",
);
export const getSensorDeviceScreenList = declareRequest(
"biFullLoading",
"Post > @/iotalarm/sensorDevice/screenList",
);
export const getControlRoomScreenList = declareRequest(
"biFullLoading",
"Post > @/fireResource/controlRoom/screenList",
);
export const getRescueTeamScreenList = declareRequest(
"biFullLoading",
"Post > @/fireResource/rescueTeam/screenList",
);
export const getWaterSourceScreenList = declareRequest(
"biFullLoading",
"Post > @/fireResource/waterSource/screenList",
);
export const getPumpRoomScreenList = declareRequest(
"biFullLoading",
"Post > @/fireResource/pumpRoom/screenList",
);
export const getEightWorkInfoScreenWorkList = declareRequest(
"biFullLoading",
"Post > @/eightwork/eightworkInfo/screenWorkPage",
);