Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
corporate-culture-qd
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王立鹏
corporate-culture-qd
Commits
f0a877f5
Commit
f0a877f5
authored
May 06, 2026
by
王立鹏
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '线上优化/私信功能优化' into 'master'
【线上优化】 fix: 关于刷新列表优化 See merge request
!28
parents
024a8751
dc27aad2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
index.vue
src/views/selfMessage/index.vue
+5
-3
No files found.
src/views/selfMessage/index.vue
View file @
f0a877f5
...
...
@@ -141,10 +141,12 @@ watch(
)
const
switchCategory
=
(
category
:
BooleanFlag
)
=>
{
if
(
activeCategory
.
value
===
category
)
return
//
if (activeCategory.value === category) return
activeCategory
.
value
=
category
activeConversationId
.
value
=
0
messageDetailList
.
value
=
[]
// 重新刷新
refreshConversationList
()
}
const
handleSearchBlur
=
async
()
=>
{
...
...
@@ -229,9 +231,9 @@ const onMessageMenu = async (cmd: string | number, message: MessageDetailListIte
push
.
success
(
'已删除消息'
)
}
onActivated
(
async
()
=>
{
onActivated
(()
=>
{
applyCategoryFromRoute
()
await
refreshConversationList
()
refreshConversationList
()
})
</
script
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment