通过前端文件修复分页错误
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
this.getDeviceListLoading = true;
|
||||
this.$axios.get(`/api/devices`,{
|
||||
params: {
|
||||
page: that.currentPage - 1,
|
||||
page: that.currentPage,
|
||||
count: that.count
|
||||
}
|
||||
} )
|
||||
|
||||
Reference in New Issue
Block a user