From 2f4d00baa1032110fc06f33cc60707610d5e1348 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Mon, 12 Dec 2022 23:21:18 +0800 Subject: [PATCH] -- bug --- src/views/learningpath/LearningPath.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; };