diff --git a/src/api/szyf.js b/src/api/szyf.js index e2862d9..1824bc8 100644 --- a/src/api/szyf.js +++ b/src/api/szyf.js @@ -1,6 +1,6 @@ import request from 'utils/request' -// 科技人才列表 +// 事件处理实况 export function getEventRate (params) { return request({ url: '/api/gov/project/icEvent/yifengScreen/getEventRate', @@ -8,3 +8,21 @@ export function getEventRate (params) { params }) } + +// 事件处理实况 +export function getEventAnalysis (params) { + return request({ + url: '/api/gov/project/icEvent/yifengScreen/getEventAnalysis', + method: 'GET', + params + }) +} + +// 事件处理实况 +export function statsByCategory (params) { + return request({ + url: 'api/epmetuser/lingShan/helpCrowd/screen/yifengScreen/statsByCategory', + method: 'GET', + params + }) +} diff --git a/src/views/next/dialog-module/szyf-left/eventProcessing.vue b/src/views/next/dialog-module/szyf-left/eventProcessing.vue index 014788f..1346a0f 100644 --- a/src/views/next/dialog-module/szyf-left/eventProcessing.vue +++ b/src/views/next/dialog-module/szyf-left/eventProcessing.vue @@ -49,6 +49,7 @@