Browse Source

企业微信通话记录重置按钮无效

Guos 2 ngày trước cách đây
mục cha
commit
f0e5023738
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/qw/qwUserVoiceLog/index.vue

+ 2 - 2
src/views/qw/qwUserVoiceLog/index.vue

@@ -573,8 +573,8 @@ export default {
       }
       this.selectTags=[];
       this.createTime=null;
-      this.queryParams.sTime=null;
-      this.queryParams.eTime=null;
+      this.queryParams.beginTime=null;
+      this.queryParams.endTime=null;
       this.queryParams.tagIds=null;
       this.$forceUpdate();
       this.handleQuery();