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