fix:修复 Administration 列表重复请求

This commit is contained in:
@changcode
2022-12-08 16:18:54 +08:00
parent 4bba03d41d
commit 5520772a91
2 changed files with 1 additions and 2 deletions

View File

@@ -186,7 +186,6 @@ export default {
}
}
this.size(this.pageSize)
this.currentPageNo = parseInt(this.currentPageNo)
this.current(this.currentPageNo)
},