From 647ae66498f1a072739bb73fa6cd345c9aca5d26 Mon Sep 17 00:00:00 2001 From: "BOE\\10867418" Date: Thu, 17 Aug 2023 15:34:19 +0800 Subject: [PATCH] fix --- src/views/report/Learningpathmap.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;