Explorar el Código

新增首页接口

fujunwen hace 4 años
padre
commit
0b23011131
Se han modificado 1 ficheros con 5 adiciones y 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)
+}