chenrui  il y a 2 ans
Parent
commit
d402938c62
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      src/views/statisticalanalysis/cargoflight/index.vue

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

@@ -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;
           });