소스 검색

点击重置按钮,关联公司未清除

Guos 3 일 전
부모
커밋
63b1cba201
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/course/userCourse/index.vue

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

@@ -407,6 +407,7 @@ export default {
     /** 重置按钮操作 */
     resetQuery() {
       this.resetForm("queryForm");
+      this.queryParams.companyIdsList=null;
       this.queryParams.isShow=this.activeName
       this.handleQuery();
     },