XMLWAN 4 år sedan
förälder
incheckning
7773e042de
1 ändrade filer med 5 tillägg och 0 borttagningar
  1. 5 0
      src/xt_pages/qcd/officesControlAnalysis/project.vue

+ 5 - 0
src/xt_pages/qcd/officesControlAnalysis/project.vue Visa fil

@@ -598,6 +598,11 @@ export default {
598 598
         const  decStart = moment().month(11).startOf('month').format("YYYY-MM-DD")
599 599
         const decEnd = moment().month(11).endOf('month').format("YYYY-MM-DD")
600 600
 
601
+        for(let i=0;i<this.normdata.length;i++){
602
+          if(this.normdata[i].inspection_minor == this.mode_type){
603
+            this.range_type = this.normdata[i].range_type
604
+          }
605
+        }
601 606
 
602 607
         const params = {
603 608
           lapseto:this.lapseto,