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
28c9d4fe519a3c00cea7bf0e352c82a23eb4bdb3
1 parent
b780f073
杭州-缓存数据-分页优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 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 @
28c9d4f
...
...
@@ -61,7 +61,6 @@ export default {
//点击标签进行搜索
const
changeTag
=
(
status
)
=>
{
currentPage
.
value
=
1
;
pageSize
.
value
=
10
;
checkedId
.
value
=
status
;
keyword
.
value
=
status
;
getDataList
();
...
...
@@ -136,7 +135,6 @@ export default {
// 点击按钮搜索
let
onBtnSearch
=
()
=>
{
currentPage
.
value
=
1
;
pageSize
.
value
=
10
;
getDataList
();
}
//获取缓存数据
...
...
Please
register
or
login
to post a comment