From 0533de014ced23bc2dba835b26c0fefea8f956dd Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Sat, 07 Jan 2023 17:42:06 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs

---
 src/api/home/index.js |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/src/api/home/index.js b/src/api/home/index.js
index 198e89b..bbe3910 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2022-12-27 14:19:19
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-01-06 16:30:13
+ * @LastEditTime: 2023-01-07 15:29:58
  * @FilePath: \srs-police-affairs\src\api\home\index.js
  * @Description: 
  * 
@@ -70,4 +70,17 @@
             cjdwbh
         }
     })
+}
+
+// 案件统计接口查询
+export const getCaseAll = (start, end, jjdwbh = '') => {
+    return request({
+        url: `/api/alarm/alarm/statisticsAlarm`,
+        method: 'get',
+        params: {
+            start,
+            end,
+            jjdwbh
+        }
+    })
 }
\ No newline at end of file

--
Gitblit v1.9.3