|
@@ -611,7 +611,7 @@ export default {
|
|
|
this.tableData = result.data.list;
|
|
|
this.total = result.data.total;
|
|
|
this.tableData.forEach((item, i) => {
|
|
|
- item["idx"] = i + 1;
|
|
|
+ item["idx"] = i + 1 + this.size * (this.currentPage-1);
|
|
|
item["typeStr"] = typeStrs[item.type];
|
|
|
let category = this.typeli.filter(i=>i.id==item.zoneId).length>0 && (this.typeli.filter(i=>i.id==item.zoneId))[0].name
|
|
|
item["categoryStr"] = category
|