|
@@ -189,11 +189,12 @@ export default {
|
|
// 需要完成安全培训
|
|
// 需要完成安全培训
|
|
this.$confirm(response.msg)
|
|
this.$confirm(response.msg)
|
|
.then(_ => {
|
|
.then(_ => {
|
|
|
|
+ localStorage.setItem('startLearningInfoId',response.data.courseId);
|
|
this.$router.push({
|
|
this.$router.push({
|
|
- path: `/safe/mytrain`,
|
|
|
|
- query:{
|
|
|
|
- id: response.data,
|
|
|
|
- }
|
|
|
|
|
|
+ path: `/safetyEducationExam/safeLearning/safeLearning`,
|
|
|
|
+ // query:{
|
|
|
|
+ // id: response.data.courseId,
|
|
|
|
+ // }
|
|
})
|
|
})
|
|
})
|
|
})
|
|
.catch(_ => {});
|
|
.catch(_ => {});
|