fix(ops): 排除刷新信号避免分页重置页码
This commit is contained in:
parent
3ea5e5c33a
commit
208c5380f4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user