28169 hace 4 meses
padre
commit
52fe86a350
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      src/xt_pages/user/courseOfDisease_new.vue

+ 7 - 0
src/xt_pages/user/courseOfDisease_new.vue Ver fichero

@@ -595,6 +595,13 @@
595 595
             }
596 596
         }
597 597
 
598
+        if(this.inpectionList!=null&& this.inpectionList.length>0){
599
+           for(let i=0;i<this.inpectionList.length;i++){
600
+            this.inpectionList[i].group_no = ""
601
+             this.inpectionList[i].group_no = this.inpectionList[i].project_id.toString()+"_"+this.inpectionList[i].inspect_date.toString()
602
+           }
603
+        }
604
+
598 605
 
599 606
         if(this.inpectionList!=null && this.inpectionList.length>0){
600 607
           let dataInfo = {}