From a25e34a84abe514f6e6bf39781c337eea1fd01d3 Mon Sep 17 00:00:00 2001 From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com> Date: 星期一, 09 一月 2023 11:05: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