From 9f3b9e1f8d253711d322e69adaeb6de3644e9618 Mon Sep 17 00:00:00 2001 From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com> Date: 星期二, 10 一月 2023 08:02:21 +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