浏览代码

feat: 企微和个微

xdd 1 月之前
父节点
当前提交
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();
 
   },