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