|
@@ -486,6 +486,8 @@ export default {
|
|
this.courseList = response.list;
|
|
this.courseList = response.list;
|
|
});
|
|
});
|
|
|
|
|
|
|
|
+ this.getCompanyList();
|
|
|
|
+
|
|
getCompanyList().then(response => {
|
|
getCompanyList().then(response => {
|
|
this.companys = response.data;
|
|
this.companys = response.data;
|
|
});
|
|
});
|