|
@@ -299,7 +299,8 @@ import {
|
|
} from "../../api/http"
|
|
} from "../../api/http"
|
|
import {
|
|
import {
|
|
systemNotifyList,
|
|
systemNotifyList,
|
|
- laboratoryGradeManageList
|
|
|
|
|
|
+ laboratoryGradeManageList,
|
|
|
|
+ laboratoryBigViewSubTotalUserCount
|
|
} from "@/api/index"
|
|
} from "@/api/index"
|
|
import {
|
|
import {
|
|
laboratoryBigViewsSubTypeLevelCount,
|
|
laboratoryBigViewsSubTypeLevelCount,
|
|
@@ -379,7 +380,7 @@ export default {
|
|
self.infoFun();
|
|
self.infoFun();
|
|
self.workPlanFun();
|
|
self.workPlanFun();
|
|
self.laboratoryGradeManageList();
|
|
self.laboratoryGradeManageList();
|
|
-
|
|
|
|
|
|
+ self.laboratoryBigViewSubTotalUserCount();
|
|
|
|
|
|
/*let self=this;
|
|
/*let self=this;
|
|
self.getAjaxData();
|
|
self.getAjaxData();
|
|
@@ -825,6 +826,15 @@ export default {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
+ //实验室总人数
|
|
|
|
+ laboratoryBigViewSubTotalUserCount(){
|
|
|
|
+ laboratoryBigViewSubTotalUserCount({pageNum:1,pageSize:9,type:localStorage.getItem('deptLevel')}).then((res) =>{
|
|
|
|
+ if(res.code==200){
|
|
|
|
+ this.labResultCount=res.data;
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ },
|
|
|
|
+ //分级管控
|
|
laboratoryGradeManageList(){
|
|
laboratoryGradeManageList(){
|
|
laboratoryGradeManageList({pageNum:1,pageSize:9,type:localStorage.getItem('deptLevel')}).then((res) =>{
|
|
laboratoryGradeManageList({pageNum:1,pageSize:9,type:localStorage.getItem('deptLevel')}).then((res) =>{
|
|
if(res.code==200){
|
|
if(res.code==200){
|