Sign in
周伟鹏
/
cnlive_shenhe
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d8692b36b7eae9275366dfe008bbd73cb9b4fd90
Authored by
王言钊
2023-02-20 16:20:29 +0800
1 parent
c35ba20b
修复活动管理搜索框回车错误
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/templates/page/activity.html
src/main/resources/templates/page/activity.html
View file @
d8692b3
...
...
@@ -499,7 +499,7 @@
499
499
//鼠标回车事件
500
500
$(document).keyup(function (event) {
501
501
if (event.keyCode == 13) {
502
- $("#
emailQuery
").trigger("click");
502
+ $("#
QueryAll
").trigger("click");
503
503
}
504
504
});
505
505
</script>
...
...