From a1f0c6dd0e03951bf1126227643acfc58cd15635 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Tue, 28 Jun 2022 11:02:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9D=E7=A6=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/center/prohibited/details.vue | 2 +- pages/center/prohibited/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/center/prohibited/details.vue b/pages/center/prohibited/details.vue index 356c613..5a9cfec 100644 --- a/pages/center/prohibited/details.vue +++ b/pages/center/prohibited/details.vue @@ -389,7 +389,7 @@ // 获取违禁话术详情 keyWordsMatching(params) { this.$u.post('/customer/findbynum', params).then(res => { - this.customerId = res.results[0].id; + this.customerId = res.records[0].id; this.current = 0 uni.setStorageSync('nextPageObj', JSON.stringify(this.nextPageObj)) this.resetAudioParams() diff --git a/pages/center/prohibited/index.vue b/pages/center/prohibited/index.vue index 50a517a..19ed2cc 100644 --- a/pages/center/prohibited/index.vue +++ b/pages/center/prohibited/index.vue @@ -366,8 +366,8 @@ query: { projectId: this.buildingID, time: 1, - staTime: this.staTime, - endTime: this.endtime, + staDate: this.staTime, + endDate: this.endtime, taboo: 1, dateType: dateType, disposeStatus: this.orderBy, // 处理状态