|  | @@ -3,7 +3,7 @@
 | 
											
												
													
														|  |   * @Author: 空白格
 |  |   * @Author: 空白格
 | 
											
												
													
														|  |   * @Date: 2022-08-26 08:43:06
 |  |   * @Date: 2022-08-26 08:43:06
 | 
											
												
													
														|  |   * @LastEditors: gcz
 |  |   * @LastEditors: gcz
 | 
											
												
													
														|  | - * @LastEditTime: 2022-08-29 16:33:03
 |  | 
 | 
											
												
													
														|  | 
 |  | + * @LastEditTime: 2022-08-29 16:44:04
 | 
											
												
													
														|  |   * @FilePath: \veterans_client_web\src\views\PersonalCenter\SkillTraining\SkillsTrainingDetails\SkillsTrainingDetailsIndex.vue
 |  |   * @FilePath: \veterans_client_web\src\views\PersonalCenter\SkillTraining\SkillsTrainingDetails\SkillsTrainingDetailsIndex.vue
 | 
											
												
													
														|  |   * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 |  |   * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 | 
											
												
													
														|  |  -->
 |  |  -->
 | 
											
										
											
												
													
														|  | @@ -175,6 +175,7 @@ export default {
 | 
											
												
													
														|  |        getTrainDetail({ id: this.$route.query.id }).then((res) => {
 |  |        getTrainDetail({ id: this.$route.query.id }).then((res) => {
 | 
											
												
													
														|  |          this.details = res?.data;
 |  |          this.details = res?.data;
 | 
											
												
													
														|  |          this.onLineCourselist = this.details.onLineCourselist;
 |  |          this.onLineCourselist = this.details.onLineCourselist;
 | 
											
												
													
														|  | 
 |  | +        this.offLineCourselist = this.details.offLineCourselist;
 | 
											
												
													
														|  |          console.log("getTrainDetail", res);
 |  |          console.log("getTrainDetail", res);
 | 
											
												
													
														|  |        });
 |  |        });
 | 
											
												
													
														|  |      },
 |  |      },
 |