diff --git a/src/views/learningpath/LearningPath.vue b/src/views/learningpath/LearningPath.vue index 7a2c3fef..81f26270 100644 --- a/src/views/learningpath/LearningPath.vue +++ b/src/views/learningpath/LearningPath.vue @@ -861,8 +861,8 @@ export default { state.pathName = ""; state.pathBg = ""; state.pathBgId = ""; - state.organizationSelectName = store.state.userInfo.departId; - state.organizationSelectId = store.state.userInfo.departName; + state.organizationSelectName = store.state.userInfo.departName; + state.organizationSelectId = store.state.userInfo.departId; state.pathIntro = ""; state.out = !state.out; };