|
@@ -173,15 +173,11 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
beforeDestroy() {
|
|
|
- clearInterval(this.timer)
|
|
|
+ // clearInterval(this.timer)
|
|
|
},
|
|
|
mounted() {
|
|
|
- this.timer = setInterval(this.queryData, 5000)
|
|
|
- this.getTodoTask();
|
|
|
- this.getAssetReceive();
|
|
|
- this.getTaskList();
|
|
|
- this.getTodoMeetinStatisticss()
|
|
|
- this.getEnforceRemindCounts()
|
|
|
+ // this.timer = setInterval(this.queryData, 5000)
|
|
|
+ this.queryData()
|
|
|
},
|
|
|
methods: {
|
|
|
queryData() {
|