Explorar o código

新增首页接口

fujunwen %!s(int64=4) %!d(string=hai) anos
pai
achega
0b23011131
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      src/api/homePage.js

+ 5 - 0
src/api/homePage.js

@@ -30,3 +30,8 @@ export function querySystemCard({ getParams }) {
 export function queryEventStatus({ getParams }) {
     return httputils.getJson(`/data/home/queryEventStatus`, getParams)
 }
+
+// 查询集团首页事项状态统计
+export function getExceptionNum({ getParams }) {
+    return httputils.getJson(`/data/home/queryExceptionPlazaInfo`, getParams)
+}