fix:完善权限管理页面

This commit is contained in:
liangdong
2026-01-09 14:17:20 +08:00
parent a76046e2cc
commit fc84d925d6
14 changed files with 1080 additions and 228 deletions

View File

@@ -524,7 +524,8 @@ const updateUIAfterSend = (type, params, response) => {
const newComment = {
id: response,
employee: {
...currentUser.value,
userId:currentUser.value.id,
username:currentUser.value.name,
},
replyId: params.replyUserId,
replyUser: {