浏览代码

bug修改

XMLWAN 5 年前
父节点
当前提交
f72ec6767d
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/xt_pages/qcd/basicInformationAnalysis.vue

+ 6 - 6
src/xt_pages/qcd/basicInformationAnalysis.vue 查看文件

283
           let threeMonths = new Date(new Date().setFullYear(new Date().getFullYear()-1)).getTime() - 24 * 3600 * 1000;
283
           let threeMonths = new Date(new Date().setFullYear(new Date().getFullYear()-1)).getTime() - 24 * 3600 * 1000;
284
           return time.getTime() > Date.now() || time.getTime() < threeMonths;;
284
           return time.getTime() > Date.now() || time.getTime() < threeMonths;;
285
         }
285
         }
286
-      }, 
286
+      },
287
       crumbs: [
287
       crumbs: [
288
         { path: false, name: "质控管理" },
288
         { path: false, name: "质控管理" },
289
         { path: false, name: "基本信息统计" }
289
         { path: false, name: "基本信息统计" }
480
         //统计透析年龄
480
         //统计透析年龄
481
         this.getTotalDialysisCount(startunitx,endunitx)
481
         this.getTotalDialysisCount(startunitx,endunitx)
482
      }
482
      }
483
-   
484
- 
483
+
484
+
485
 
485
 
486
     },
486
     },
487
     getDialysisModeType(startDate,endDate){
487
     getDialysisModeType(startDate,endDate){
548
              if(infectious.length == 0){
548
              if(infectious.length == 0){
549
                 this.InfectiousList = arr
549
                 this.InfectiousList = arr
550
                 return false
550
                 return false
551
-                
551
+
552
              }
552
              }
553
              this.InfectiousList = infectious
553
              this.InfectiousList = infectious
554
-            
554
+
555
            }
555
            }
556
        })
556
        })
557
     },
557
     },
595
       getTotalDialysisCount(timeStar,timeEnd).then(response=>{
595
       getTotalDialysisCount(timeStar,timeEnd).then(response=>{
596
          if(response.data.state == 1){
596
          if(response.data.state == 1){
597
            var dataage =  response.data.data.dataage
597
            var dataage =  response.data.data.dataage
598
-          //  console.log("dataage",dataage)
598
+           console.log("dataage",dataage)
599
            this.dialysisAge = dataage
599
            this.dialysisAge = dataage
600
 
600
 
601
          }
601
          }