mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-04-18 01:57:27 +00:00
fix(ops): 排除刷新信号避免分页重置页码
This commit is contained in:
@@ -130,8 +130,7 @@ watch(
|
||||
next.viewMode !== prev.viewMode ||
|
||||
next.pageSize !== prev.pageSize ||
|
||||
next.platform !== prev.platform ||
|
||||
next.groupId !== prev.groupId ||
|
||||
next.refreshToken !== prev.refreshToken
|
||||
next.groupId !== prev.groupId
|
||||
|
||||
if (next.viewMode === 'pagination' && filtersChanged && next.page !== 1) {
|
||||
page.value = 1
|
||||
|
||||
Reference in New Issue
Block a user