Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xwx
3 years ago
Commit
aa5cf9369cf704e4cff3bd3b4e3e7ccd3f315f40
1 parent
8a33c98b
杭州-缓存数据-分页优化
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/cacheData/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/cacheData/index.js
View file @
aa5cf93
...
...
@@ -60,6 +60,8 @@ export default {
//点击标签进行搜索
const
changeTag
=
(
status
)
=>
{
currentPage
.
value
=
1
;
pageSize
.
value
=
10
;
checkedId
.
value
=
status
;
keyword
.
value
=
status
;
getDataList
();
...
...
@@ -133,6 +135,8 @@ export default {
}
// 点击按钮搜索
let
onBtnSearch
=
()
=>
{
currentPage
.
value
=
1
;
pageSize
.
value
=
10
;
getDataList
();
}
//获取缓存数据
...
...
Please
register
or
login
to post a comment