|
|
|
@@ -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() |
|
|
|
|