From abf2a140adde71af4cb1e7e7837398cfd6179271 Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 17 Dec 2024 13:17:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/Satisfactionsurvey/index.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/manage/Satisfactionsurvey/index.vue b/src/views/manage/Satisfactionsurvey/index.vue index 3a4855d..728a292 100644 --- a/src/views/manage/Satisfactionsurvey/index.vue +++ b/src/views/manage/Satisfactionsurvey/index.vue @@ -300,10 +300,8 @@ export default { console.log(startDate, endDate); this.dischargeTime[0] = startDate; this.dischargeTime[1] = endDate; - console.log(this.dischargeTime, 'dischargeTime') this.queryParams.startTime = this.formatDate(this.dischargeTime[0]); this.queryParams.endTime = this.formatDate(this.dischargeTime[1]); - console.log(this.queryParams, 'queryParams') }, formatDate(date) { const year = date.getFullYear(); @@ -348,7 +346,6 @@ export default { } this.queryParams.pageNum = 1; this.query = this.queryParams - console.log(this.queryParams, 'this.queryPara1111111111ms') this.getList(); }, /** 重置按钮操作 */