28169 4 mesi fa
parent
commit
52fe86a350
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      src/xt_pages/user/courseOfDisease_new.vue

+ 7 - 0
src/xt_pages/user/courseOfDisease_new.vue Vedi File

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