28169 преди 4 месеца
родител
ревизия
52fe86a350
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. 7 0
      src/xt_pages/user/courseOfDisease_new.vue

+ 7 - 0
src/xt_pages/user/courseOfDisease_new.vue Целия файл

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