소스 검색

解决部分页面点击重置后为生效

Guos 13 시간 전
부모
커밋
e5dedcc24a
3개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/course/userCourse/index.vue
  2. 1 0
      src/views/qw/qwUserVoiceLog/index.vue
  3. 2 0
      src/views/qw/qwUserVoiceLogTotal/index.vue

+ 2 - 1
src/views/course/userCourse/index.vue

@@ -391,7 +391,8 @@ export default {
         likes:100000,
         shares:100000,
         favoriteNum:100000,
-        hotNum:100000
+        hotNum:100000,
+        companyIdsList:[]
       };
       this.tags=[];
       this.subCategoryOptions=[]

+ 1 - 0
src/views/qw/qwUserVoiceLog/index.vue

@@ -573,6 +573,7 @@ export default {
       this.createTime=null;
       this.queryParams.sTime=null;
       this.queryParams.eTime=null;
+      this.queryParams.tagIds=null;
       this.handleQuery();
     },
     // 多选框选中数据

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

@@ -634,11 +634,13 @@ export default {
       this.createTime=null;
       this.queryParams.beginTime = null;
       this.queryParams.endTime = null;
+      this.queryParams.deptId = null;
       this.queryParams.corpId= this.myQwCompanyList[0].dictValue;
       this.selectTags=[];
       this.createTime=null;
       this.queryParams.sTime=null;
       this.queryParams.eTime=null;
+      this.queryParams.tagIds=null;
       this.handleQuery();
     },
     // 多选框选中数据