소스 검색

feat: 企微和个微

xdd 2 달 전
부모
커밋
8da0dd182e
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/views/course/courseTrafficLog/index.vue

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

@@ -107,7 +107,7 @@ export default {
       },
       companyList:[],
       // 遮罩层
-      loading: true,
+      loading: false,
       // 导出遮罩层
       exportLoading: false,
       // 选中数组
@@ -158,7 +158,6 @@ export default {
     this.getDicts("sys_course_project").then(response => {
       this.projectOptions = response.data;
     });
-    this.getList();
     this.getAllCompany();
 
   },