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