Browse Source

透析数据

XMLWAN 4 years ago
parent
commit
7773e042de
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/xt_pages/qcd/officesControlAnalysis/project.vue

+ 5 - 0
src/xt_pages/qcd/officesControlAnalysis/project.vue View File

598
         const  decStart = moment().month(11).startOf('month').format("YYYY-MM-DD")
598
         const  decStart = moment().month(11).startOf('month').format("YYYY-MM-DD")
599
         const decEnd = moment().month(11).endOf('month').format("YYYY-MM-DD")
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
         const params = {
607
         const params = {
603
           lapseto:this.lapseto,
608
           lapseto:this.lapseto,