|
@@ -218,11 +218,11 @@ export default {
|
|
|
item.indexs = index + 1;
|
|
|
});
|
|
|
this.total = this.tableList.length;
|
|
|
- for (let i = 0; i < 10; i++) {
|
|
|
- if (!this.tableList[i]) {
|
|
|
- this.tableList.push({});
|
|
|
- }
|
|
|
- }
|
|
|
+ // for (let i = 0; i < 9; i++) {
|
|
|
+ // if (!this.tableList[i]) {
|
|
|
+ // this.tableList.push({});
|
|
|
+ // }
|
|
|
+ // }
|
|
|
this.tableListcop.forEach((item, index) => {
|
|
|
item.indexs = index + 1;
|
|
|
});
|