|
@@ -869,6 +869,8 @@
|
|
that.markersMapList.push(marke)
|
|
that.markersMapList.push(marke)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ that.$refs.supermapNotProcessed.controlLevel(10)
|
|
|
|
+ that.$refs.supermapNotProcessed.dropLocation(information.lng,information.lat)
|
|
that.$refs.supermapProcessed.clearM(false)
|
|
that.$refs.supermapProcessed.clearM(false)
|
|
that.$refs.supermapProcessed.setMarkers(that.markersMapList)
|
|
that.$refs.supermapProcessed.setMarkers(that.markersMapList)
|
|
})
|
|
})
|
|
@@ -950,18 +952,18 @@
|
|
//今日事件
|
|
//今日事件
|
|
that.todayEventCountList = res.data.eventcountStatus
|
|
that.todayEventCountList = res.data.eventcountStatus
|
|
that.todayEventSourcetList = res.data.eventcountSource
|
|
that.todayEventSourcetList = res.data.eventcountSource
|
|
-
|
|
|
|
|
|
+
|
|
res.data.eventcountStatus.forEach(function(data, index) {
|
|
res.data.eventcountStatus.forEach(function(data, index) {
|
|
that.$set(that.todayEventCountList[0], 'icon', 'sj-icon-wcl');
|
|
that.$set(that.todayEventCountList[0], 'icon', 'sj-icon-wcl');
|
|
that.$set(that.todayEventCountList[1], 'icon', 'sj-icon-clz');
|
|
that.$set(that.todayEventCountList[1], 'icon', 'sj-icon-clz');
|
|
that.$set(that.todayEventCountList[2], 'icon', 'sj-icon-ywc');
|
|
that.$set(that.todayEventCountList[2], 'icon', 'sj-icon-ywc');
|
|
-
|
|
|
|
|
|
+
|
|
});
|
|
});
|
|
res.data.eventcountSource.forEach(function(data, index) {
|
|
res.data.eventcountSource.forEach(function(data, index) {
|
|
that.$set(that.todayEventSourcetList[0], 'icon', 'sj-icon-rg');
|
|
that.$set(that.todayEventSourcetList[0], 'icon', 'sj-icon-rg');
|
|
that.$set(that.todayEventSourcetList[1], 'icon', 'sj-icon-hx');
|
|
that.$set(that.todayEventSourcetList[1], 'icon', 'sj-icon-hx');
|
|
that.$set(that.todayEventSourcetList[2], 'icon', 'sj-icon-kk');
|
|
that.$set(that.todayEventSourcetList[2], 'icon', 'sj-icon-kk');
|
|
-
|
|
|
|
|
|
+
|
|
});
|
|
});
|
|
// 事件分布
|
|
// 事件分布
|
|
that.todayEventCountDeptList = res.data.eventcountDept
|
|
that.todayEventCountDeptList = res.data.eventcountDept
|