diff --git a/src/views/report/Learningpathmap.vue b/src/views/report/Learningpathmap.vue index 42681d13..555f50e0 100644 --- a/src/views/report/Learningpathmap.vue +++ b/src/views/report/Learningpathmap.vue @@ -349,7 +349,7 @@ export default { }); if (res) { state.tableDataTotal = res.data.total; - const list = res.data.rows?.map((item) => { + const list = res.data.result.rows?.map((item) => { return { key: item.id, ...item,