Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
b65ba07300f0c83b52f224d5064ec11ea5004591
Authored by
ww
2024-05-20 11:38:53 +0800
1 parent
796f8d03
fix: 修复被选择状态时通过详情页处理后仍处于可被处理状态
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/alarm/log/index.vue
src/views/alarm/log/index.vue
View file @
b65ba07
...
...
@@ -109,6 +109,7 @@
109
109
openDrawer(true, record);
110
110
};
111
111
const handleSuccess = () => {
112
+
clearSelectedRowKeys();
112
113
reload();
113
114
};
114
115
...
...