Selaa lähdekoodia

1.修改通话记录统计展示

jzp 3 päivää sitten
vanhempi
commit
335f68b096
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      src/views/qw/qwUserVoiceLogTotal/index.vue

+ 2 - 1
src/views/qw/qwUserVoiceLogTotal/index.vue

@@ -508,8 +508,9 @@ export default {
     /** 查询企微用户通话记录列表 */
     getList() {
       this.loading = true;
+      this.status = 0;
       const { qwUserName, ...queryParams } = this.queryParams;
-      listQwUserVoiceLog(queryParams).then(response => {
+      listQwUserVoiceLogTotal(queryParams).then(response => {
         this.qwUserVoiceLogList = response.rows;
         this.total = response.total;
         this.loading = false;