chenrui  2 years ago
parent
commit
d876b399eb
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/views/statisticalanalysis/domesticdeparture/index.vue

+ 5 - 5
src/views/statisticalanalysis/domesticdeparture/index.vue

@@ -199,11 +199,11 @@ export default {
           this.tableList.forEach((item, index) => {
             item.indexs = index + 1;
           });
-          for (let i = 0; i < 9; 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;
           });