|
@@ -173,6 +173,7 @@ export default {
|
|
},
|
|
},
|
|
//资料填写回调
|
|
//资料填写回调
|
|
async callbackDataReview() {
|
|
async callbackDataReview() {
|
|
|
|
+ await this.confirmInfoDetail(); //判断开通信息推送是否成功
|
|
if (this.goodsData.gradeId > 0) {
|
|
if (this.goodsData.gradeId > 0) {
|
|
await this.getGradeInfo(); //提交完资料返回判断是否已开班
|
|
await this.getGradeInfo(); //提交完资料返回判断是否已开班
|
|
//继教七大员公共课程同步
|
|
//继教七大员公共课程同步
|
|
@@ -184,7 +185,6 @@ export default {
|
|
await this.sevenCommonCourse();
|
|
await this.sevenCommonCourse();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- await this.confirmInfoDetail(); //判断开通信息推送是否成功
|
|
|
|
await this.getRebuildCourse(); //获取重修列表
|
|
await this.getRebuildCourse(); //获取重修列表
|
|
this.courseTabIndex = "1";
|
|
this.courseTabIndex = "1";
|
|
},
|
|
},
|