From c5f935b4490bc1367e30dd32c452dbfa3af56796 Mon Sep 17 00:00:00 2001 From: "BOE\\10867418" Date: Thu, 17 Aug 2023 16:28:41 +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 555f50e0..6f040d21 100644 --- a/src/views/report/Learningpathmap.vue +++ b/src/views/report/Learningpathmap.vue @@ -348,7 +348,7 @@ export default { name: state.name, }); if (res) { - state.tableDataTotal = res.data.total; + state.tableDataTotal = res.data.result.total; const list = res.data.result.rows?.map((item) => { return { key: item.id,