|
@@ -307,9 +307,11 @@ export default {
|
|
getEducationTypeList() {
|
|
getEducationTypeList() {
|
|
this.$request.educationTypeList().then((res) => {
|
|
this.$request.educationTypeList().then((res) => {
|
|
this.typeList = res.rows;
|
|
this.typeList = res.rows;
|
|
-
|
|
|
|
if (this.params.educationTypeId) {
|
|
if (this.params.educationTypeId) {
|
|
this.getBusinessList();
|
|
this.getBusinessList();
|
|
|
|
+ }else{
|
|
|
|
+ this.params.educationTypeId = res.rows[0].id
|
|
|
|
+ this.getBusinessList();
|
|
}
|
|
}
|
|
});
|
|
});
|
|
},
|
|
},
|