|
@@ -32,6 +32,17 @@ export function getEventList(param,loading) {
|
|
|
},
|
|
|
})
|
|
|
}
|
|
|
+// 获取事件分类
|
|
|
+export function getEventByEventType(param,loading) {
|
|
|
+ return request({
|
|
|
+ url: '/center-event/eventview/getEventByEventType',
|
|
|
+ method: 'post',
|
|
|
+ data: param,
|
|
|
+ headers: {
|
|
|
+ loading: loading
|
|
|
+ },
|
|
|
+ })
|
|
|
+}
|
|
|
// 获取日历颜色状态
|
|
|
export function getEventByCalendar(param) {
|
|
|
return request({
|
|
@@ -169,16 +180,16 @@ export function getEventDetail(param) {
|
|
|
// })
|
|
|
// }
|
|
|
// 获取事件分类
|
|
|
-export function getEventByEventType(param,loading) {
|
|
|
- return request({
|
|
|
- url: '/center-emergency/VisuEmergencyCloudMapController/getEventByEventType',
|
|
|
- method: 'post',
|
|
|
- data: param,
|
|
|
- headers: {
|
|
|
- loading: loading
|
|
|
- },
|
|
|
- })
|
|
|
-}
|
|
|
+// export function getEventByEventType(param,loading) {
|
|
|
+// return request({
|
|
|
+// url: '/center-emergency/VisuEmergencyCloudMapController/getEventByEventType',
|
|
|
+// method: 'post',
|
|
|
+// data: param,
|
|
|
+// headers: {
|
|
|
+// loading: loading
|
|
|
+// },
|
|
|
+// })
|
|
|
+// }
|
|
|
// 获取上报排名
|
|
|
export function getEventByReportorOrder(param,loading) {
|
|
|
return request({
|