From bb0d7ffabc5306cc30002bd825f5f0885d2fe34c Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Mon, 20 Mar 2023 17:16:15 +0800
Subject: [PATCH] 视频下拉框样式

---
 src/views/activity/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/activity/index.vue b/src/views/activity/index.vue
index 49b92fc..3b998f7 100644
--- a/src/views/activity/index.vue
+++ b/src/views/activity/index.vue
@@ -688,7 +688,7 @@
 
             // 警员警车列表根据活动deptid筛选
             // 获取树状警员数据
-            console.log('item',item.deptId);
+            console.log('item',item.deptId,item);
             this.getPolicemanTree({deptId:item.deptId})
     
             this.getCarList({deptId:item.deptId}) 

--
Gitblit v1.9.3