#I6Z8UX 解决列表样式问题,修复保存后文档加载问题

This commit is contained in:
暮光:城中城
2023-05-04 19:46:28 +08:00
parent 8fc9770e6d
commit ff2591adaa
4 changed files with 35 additions and 9 deletions

View File

@@ -86,7 +86,7 @@ const loadCommentList = () => {
let subCommentList = commentListRes[i].commentList || []
for (let j = 0; j < subCommentList.length; j++) {
let subItem = subCommentList[j]
subItem.color = getUserHeadBgColor.value(subItem.createUserId)
subItem.color = getUserHeadBgColor(subItem.createUserId)
}
commentListRes[i].commentList = subCommentList
commentListRes[i].visible = false