@@ -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();