From 903fcfaaf82e3b1aeb615372bbc2eb982ed616e2 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Thu, 02 Feb 2023 11:33:53 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs

---
 src/views/home/components/bottomContainer.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/home/components/bottomContainer.vue b/src/views/home/components/bottomContainer.vue
index cf61945..13a001f 100644
--- a/src/views/home/components/bottomContainer.vue
+++ b/src/views/home/components/bottomContainer.vue
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2023-01-13 15:52:59
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-01-29 10:18:29
+ * @LastEditTime: 2023-02-01 16:57:05
  * @FilePath: \srs-police-affairs\src\views\home\components\bottomContainer.vue
  * @Description: 
  * 
@@ -434,7 +434,7 @@
 
         // 获取实时接警记录
         getAnswerPolices () {
-            getAnswerPolices().then(res => {
+            getAnswerPolices({ deptId: this.userInfo.dept_id }).then(res => {
                 this.policeSituationRealtimeArr = []
 
                 if (res.data.result.length > 0) {

--
Gitblit v1.9.3