28169 il y a 4 mois
Parent
révision
52fe86a350
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      src/xt_pages/user/courseOfDisease_new.vue

+ 7 - 0
src/xt_pages/user/courseOfDisease_new.vue Voir le fichier

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
         if(this.inpectionList!=null && this.inpectionList.length>0){
606
         if(this.inpectionList!=null && this.inpectionList.length>0){
600
           let dataInfo = {}
607
           let dataInfo = {}