fix: 修改报告查询默认节点不展开

This commit is contained in:
xinxin.wu 2024-04-16 11:56:52 +08:00 committed by Craftsman
parent a318e9ba85
commit 9b496fffcd
1 changed files with 1 additions and 2 deletions

View File

@ -131,7 +131,6 @@
} }
} }
}); });
result.forEach((item: any) => expandedKeys.value.push(item.stepId)); //
return result; return result;
}; };
@ -162,4 +161,4 @@
min-height: calc(100vh - 424px); min-height: calc(100vh - 424px);
border-radius: 4px; border-radius: 4px;
} }
</style> </style>