chenrui  před 2 roky
rodič
revize
d402938c62

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