diff --git a/src/views/newMap/jointTrainingNew/index.vue b/src/views/newMap/jointTrainingNew/index.vue index 4a4ceb173..57525c191 100644 --- a/src/views/newMap/jointTrainingNew/index.vue +++ b/src/views/newMap/jointTrainingNew/index.vue @@ -192,6 +192,8 @@ export default { this.deviceShow = true; } if (this.$route.query.type === 'DRIVE') { + this.$store.dispatch('training/setPrdType', '04'); + this.$store.dispatch('training/setRoles', 'DRIVER'); this.hidepanel(); } },