src/components/experiment/checkTheReport/index.vue
@@ -83,7 +83,6 @@ }, mounted() { this.arr = this.reportData.products; if(this.reportData.length>0){ if (this.reportData.products.length < 10) { let size = this.reportData.products.length; let num = 10 - size @@ -96,7 +95,6 @@ testValue: "", unit: "" }) } } } },