diff --git a/api/system/ApiList.js b/api/system/ApiList.js index a4e23d7..3d11d23 100644 --- a/api/system/ApiList.js +++ b/api/system/ApiList.js @@ -53,4 +53,12 @@ export function eventChangeIsReport(data) { data }) } +// 五种审核个数 +export function fiveEventCount(data) { + return request({ + url: `/api/earlyWarningAudit/massEvents/fiveEventCount`, + method: 'get', + data + }) +} diff --git a/pages/index.vue b/pages/index.vue index e9bbcd4..ba7a721 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -53,38 +53,38 @@ - + - + - + - - + + - + - + @@ -93,7 +93,8 @@