Commit 208c5380 authored by yangjianbo's avatar yangjianbo
Browse files

fix(ops): 排除刷新信号避免分页重置页码

parent 3ea5e5c3
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment