mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
fix
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user