From 8516dadd5a59cd8d43fc6576de12702ee0b06e52 Mon Sep 17 00:00:00 2001
From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com>
Date: Sat, 07 Jan 2023 19:55:26 +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