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