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(); }, /** 重置按钮操作 */