Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
208c5380
Commit
208c5380
authored
Feb 12, 2026
by
yangjianbo
Browse files
fix(ops): 排除刷新信号避免分页重置页码
parent
3ea5e5c3
Changes
1
Show whitespace changes
Inline
Side-by-side
frontend/src/views/admin/ops/components/OpsOpenAITokenStatsCard.vue
View file @
208c5380
...
@@ -130,8 +130,7 @@ watch(
...
@@ -130,8 +130,7 @@ watch(
next
.
viewMode
!==
prev
.
viewMode
||
next
.
viewMode
!==
prev
.
viewMode
||
next
.
pageSize
!==
prev
.
pageSize
||
next
.
pageSize
!==
prev
.
pageSize
||
next
.
platform
!==
prev
.
platform
||
next
.
platform
!==
prev
.
platform
||
next
.
groupId
!==
prev
.
groupId
||
next
.
groupId
!==
prev
.
groupId
next
.
refreshToken
!==
prev
.
refreshToken
if
(
next
.
viewMode
===
'
pagination
'
&&
filtersChanged
&&
next
.
page
!==
1
)
{
if
(
next
.
viewMode
===
'
pagination
'
&&
filtersChanged
&&
next
.
page
!==
1
)
{
page
.
value
=
1
page
.
value
=
1
...
...
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