Merge branch 'dev-cjw' into shenzhen-dev
This commit is contained in:
commit
d0ee57405a
@ -449,15 +449,24 @@ export default {
|
||||
this.COMPANY = COMPANY
|
||||
this.fileUrl = this.$store.state.FILEURL
|
||||
// this.selectWorkerOverviewStatistics();
|
||||
|
||||
this.selectWorkerTeamStatistics()
|
||||
this.selectPersonTypeAndEduStatistics()
|
||||
// this.getCertificateList();
|
||||
this.getCrewRealTimeData()
|
||||
this.getCompanyAttendData()
|
||||
this.getCompanyList()
|
||||
// this.interval = setInterval(() => {
|
||||
// this.getCrewRealTimeData()
|
||||
// }, 180000)
|
||||
this.interval = setInterval(() => {
|
||||
this.selectWorkerTeamStatistics()
|
||||
this.selectPersonTypeAndEduStatistics()
|
||||
// this.getCertificateList();
|
||||
this.getCrewRealTimeData()
|
||||
}, 180000)
|
||||
this.getCompanyAttendData()
|
||||
this.getCompanyList()
|
||||
}, 30*1000)
|
||||
},
|
||||
beforeDestroy() {
|
||||
clearInterval(this.interval)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user