|
@@ -140,6 +140,22 @@ export function laboratoryBigViewSelectTriggerInfo(query) {
|
|
|
params: query
|
|
|
})
|
|
|
}
|
|
|
+//应急处置-获取当前楼栋-楼层下的疏散数据
|
|
|
+export function laboratoryExitLineGetRedisEvacuation(data) {
|
|
|
+ return request({
|
|
|
+ url: '/laboratory/exitLine/getRedisEvacuation',
|
|
|
+ method: 'post',
|
|
|
+ data: data
|
|
|
+ })
|
|
|
+}
|
|
|
+//应急处置-执行疏散
|
|
|
+export function laboratoryExitLineExecuteEvacuation(data) {
|
|
|
+ return request({
|
|
|
+ url: '/laboratory/exitLine/executeEvacuation',
|
|
|
+ method: 'post',
|
|
|
+ data: data
|
|
|
+ })
|
|
|
+}
|
|
|
//首页-风险预警统计
|
|
|
export function laboratoryBigViewCollegeEventStatistics(query) {
|
|
|
return request({
|
|
@@ -332,6 +348,14 @@ export function laboratoryPlanCloseRiskPlan(query) {
|
|
|
params: query
|
|
|
})
|
|
|
}
|
|
|
+//应急处置-结束疏散
|
|
|
+export function laboratoryExitLineEndEvacuation(data) {
|
|
|
+ return request({
|
|
|
+ url: '/laboratory/exitLine/endEvacuation',
|
|
|
+ method: 'post',
|
|
|
+ data: data
|
|
|
+ })
|
|
|
+}
|
|
|
|
|
|
/********************* 视频/应急 *********************/
|
|
|
|