From 620be424cd664037b9f15f1b12ec74d2048aa2c1 Mon Sep 17 00:00:00 2001
From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com>
Date: 星期四, 05 一月 2023 15:56:47 +0800
Subject: [PATCH] 顶部导航展示优化。

---
 src/views/trouble/safetyRiskTroubleStatistics.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/trouble/safetyRiskTroubleStatistics.vue b/src/views/trouble/safetyRiskTroubleStatistics.vue
index 024041b..b511141 100644
--- a/src/views/trouble/safetyRiskTroubleStatistics.vue
+++ b/src/views/trouble/safetyRiskTroubleStatistics.vue
@@ -321,7 +321,6 @@
                 this.listQuery.eid = Cookies.get('isSupervision') === 'null' ? '' : Cookies.get('isSupervision')
                 let res = await getSafetyRiskTroubleStatisticsData(this.listQuery)
                 if(res.data.code === '200' && res.data.result){
-                    debugger
                     let pagData = JSON.parse(res.data.message)
                     this.recordTotal = pagData.totalCount
                     this.pageSize = pagData.pageSize

--
Gitblit v1.9.2