This commit is contained in:
fan 2024-02-27 11:13:01 +08:00
commit cc28f00377

View File

@ -123,7 +123,7 @@ export default {
}, {});
getPaperDetail(row.id).then((res) => {
if (res.data.moduleVo) {
this.taskTreeDatas = res.data.moduleVo.map(moduleItem=>{
this.taskTreeDatas = res.data.moduleVo.modules.map(moduleItem=>{
let children = [];
if (moduleItem.group.length) {
children = moduleItem.group.map(taskCatalog=> this.transformTree(taskCatalog));