28169 před 4 měsíci
rodič
revize
52fe86a350
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. 7 0
      src/xt_pages/user/courseOfDisease_new.vue

+ 7 - 0
src/xt_pages/user/courseOfDisease_new.vue Zobrazit soubor

@@ -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 = {}