From 14d75be6ad27a0059061b163b660e50d18a00082 Mon Sep 17 00:00:00 2001 From: cqf <2252655793@qq.com> Date: 星期五, 20 五月 2022 17:49:35 +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