2026-07-21 10:00:09 +08:00
|
|
|
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",
|
|
|
|
|
);
|
2026-07-22 10:38:03 +08:00
|
|
|
export const getEightWorkInfoScreenWorkList = declareRequest(
|
|
|
|
|
"biFullLoading",
|
|
|
|
|
"Post > @/eightwork/eightworkInfo/screenWorkPage",
|
|
|
|
|
);
|
2026-07-22 14:43:31 +08:00
|
|
|
export const getKeyProjectLargeScreenList = declareRequest(
|
|
|
|
|
"biFullLoading",
|
|
|
|
|
"Post > @/keyProject/keyProject/largeScreenPage",
|
|
|
|
|
);
|
|
|
|
|
export const getFixedCameraVideoList = declareRequest(
|
|
|
|
|
"biFullLoading",
|
|
|
|
|
"Post > @/videopatrol/fixedCamera/getVideoList",
|
|
|
|
|
);
|