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, // 处理状态