mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-09 18:47:43 +00:00
fix: 修复导入时页码跳动问题
This commit is contained in:
parent
f30ba0a98d
commit
a7aa763e37
@ -840,7 +840,7 @@ export default {
|
|||||||
this.$emit('selection-change', val)
|
this.$emit('selection-change', val)
|
||||||
},
|
},
|
||||||
totalData(val) {
|
totalData(val) {
|
||||||
if (val) {
|
if (val && val.length !== this.total) {
|
||||||
this.page = defaultFirstPage
|
this.page = defaultFirstPage
|
||||||
this.total = val.length
|
this.total = val.length
|
||||||
this.getList()
|
this.getList()
|
||||||
|
Loading…
Reference in New Issue
Block a user