|
@@ -419,8 +419,6 @@
|
|
deptName: null,
|
|
deptName: null,
|
|
mtopicTwo: "manage/work" + localStorage.getItem('userId'),
|
|
mtopicTwo: "manage/work" + localStorage.getItem('userId'),
|
|
timer: null,//定时器
|
|
timer: null,//定时器
|
|
- chartReload: null,//定时器
|
|
|
|
- chartReload2: null,//定时器
|
|
|
|
chartReload3: null,//定时器
|
|
chartReload3: null,//定时器
|
|
chartReload4: null,//定时器
|
|
chartReload4: null,//定时器
|
|
chartReload5: null,//定时器
|
|
chartReload5: null,//定时器
|
|
@@ -481,8 +479,26 @@
|
|
self.laboratoryBigViewSelectTriggerInfo();
|
|
self.laboratoryBigViewSelectTriggerInfo();
|
|
self.laboratoryBigViewCollegeEventStatistics();
|
|
self.laboratoryBigViewCollegeEventStatistics();
|
|
this.offPlanMQTT('on');
|
|
this.offPlanMQTT('on');
|
|
|
|
+ this.timerPlay();
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ // 定时器
|
|
|
|
+ timerPlay(){
|
|
|
|
+ let self = this;
|
|
|
|
+ clearInterval(this.timer);
|
|
|
|
+ this.timer = setInterval(function () {
|
|
|
|
+ self.infoFun();
|
|
|
|
+ self.workPlanFun();
|
|
|
|
+ self.securityBigViewList();
|
|
|
|
+ self.laboratoryGradeManageList();
|
|
|
|
+ self.laboratoryBigViewsSubTypeLevelCount()
|
|
|
|
+ self.laboratoryBigViewSubHazardCount()
|
|
|
|
+ self.securityBigViewCheckOptionCharts()
|
|
|
|
+ self.laboratoryBigViewSubTotalUserCount();
|
|
|
|
+ self.laboratoryBigViewSelectTriggerInfo();
|
|
|
|
+ self.laboratoryBigViewCollegeEventStatistics();
|
|
|
|
+ }, 50000 * 6);
|
|
|
|
+ },
|
|
/**V3新--------------start----**/
|
|
/**V3新--------------start----**/
|
|
// 切换轮播
|
|
// 切换轮播
|
|
checkedNumButton(type) {
|
|
checkedNumButton(type) {
|