Browse Source

违禁修改

message
douzhuo 3 years ago
parent
commit
a1f0c6dd0e
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      pages/center/prohibited/details.vue
  2. +2
    -2
      pages/center/prohibited/index.vue

+ 1
- 1
pages/center/prohibited/details.vue View File

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


+ 2
- 2
pages/center/prohibited/index.vue View File

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


Loading…
Cancel
Save