This commit is contained in:
wyx
2022-12-06 22:09:36 +08:00
parent 217507feae
commit d466c01db5
4 changed files with 4 additions and 4 deletions

View File

@@ -302,7 +302,7 @@ export default {
let numdata = []
result.rows.map((value, index) => {
let obj = value
obj.number = index+1
obj.number = index+1 + (state.currentPage-1) *10
numdata.push(obj);
});