This commit is contained in:
2025-03-04 13:26:31 +08:00
parent 7537d6722e
commit 15afc3d995
5 changed files with 52 additions and 59 deletions

View File

@@ -112,7 +112,7 @@ export default {
{ key: false, display_name: '禁用' }
],
dataList: [],
pageIndex: 1,
pageIndex: 0,
pageSize: 10,
totalPage: 0,
dataListLoading: false,
@@ -154,7 +154,7 @@ export default {
// 每页数
sizeChangeHandle (val) {
this.pageSize = val
this.pageIndex = 1
this.pageIndex = 0
this.getDataList()
},
// 当前页