From 239be21a25f04e6418b3487b4b618c37c6df611c Mon Sep 17 00:00:00 2001
From: cqf
Date: Fri, 20 May 2022 18:00:17 +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