瀏覽代碼

违禁修改

message
douzhuo 3 年之前
父節點
當前提交
a1f0c6dd0e
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. +1
    -1
      pages/center/prohibited/details.vue
  2. +2
    -2
      pages/center/prohibited/index.vue

+ 1
- 1
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()


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


Loading…
取消
儲存