From 4f4cef1e47f7af9bff223ea8f448c81198ee58f7 Mon Sep 17 00:00:00 2001 From: 13937891274 <kxc0822> Date: 星期五, 20 五月 2022 18:08:22 +0800 Subject: [PATCH] 隐患图表分析 --- src/views/safetyHazardAccount/index.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/safetyHazardAccount/index.vue b/src/views/safetyHazardAccount/index.vue index 92fb1b4..66ae526 100644 --- a/src/views/safetyHazardAccount/index.vue +++ b/src/views/safetyHazardAccount/index.vue @@ -488,7 +488,6 @@ }, getPageList() { this.listQuery.page = 1 - console.log(this.listQuery) this.checkTime() getPageList(this.listQuery).then(res => { if (res.data.ok == 1) { -- Gitblit v1.9.2