Przeglądaj źródła

违禁修改

message
douzhuo 3 lat temu
rodzic
commit
a1f0c6dd0e
2 zmienionych plików z 3 dodań i 3 usunięć
  1. +1
    -1
      pages/center/prohibited/details.vue
  2. +2
    -2
      pages/center/prohibited/index.vue

+ 1
- 1
pages/center/prohibited/details.vue Wyświetl plik

@@ -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 Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz