Sfoglia il codice sorgente

新增首页接口

fujunwen 4 anni fa
parent
commit
0b23011131
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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)
+}