diff --git a/src/views/report/Learningpathmap.vue b/src/views/report/Learningpathmap.vue index e239a7e8..42681d13 100644 --- a/src/views/report/Learningpathmap.vue +++ b/src/views/report/Learningpathmap.vue @@ -177,7 +177,7 @@ export default { roleList: store.state.userInfo.roleList, userId: store.state.userInfo.userId } - const res = await api.userGetUserOrg({params}); + const res = await api.userGetUserOrg(params); if (res) { state.option = res.data?.result; state.orgId = state.option[0]?.organizationId;