Selaa lähdekoodia

新增首页接口

fujunwen 4 vuotta sitten
vanhempi
commit
0b23011131
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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)
+}