|
@@ -804,8 +804,11 @@
|
|
this.taskList = res.data
|
|
this.taskList = res.data
|
|
this.taskCount = res.data.length
|
|
this.taskCount = res.data.length
|
|
})
|
|
})
|
|
|
|
+ const that=this
|
|
|
|
+ setTimeout(function () {
|
|
|
|
+ //that.initWebSocket('TASK_SOCKET','/taskPush/',that.websockSid.userId)
|
|
|
|
+ }, 3000);
|
|
|
|
|
|
- this.initWebSocket('TASK_SOCKET','/taskPush/',this.websockSid.userId)
|
|
|
|
},
|
|
},
|
|
|
|
|
|
selectMessageById(id) {
|
|
selectMessageById(id) {
|
|
@@ -826,7 +829,11 @@
|
|
this.messageList = response.data
|
|
this.messageList = response.data
|
|
this.messageCount = response.data.length
|
|
this.messageCount = response.data.length
|
|
});
|
|
});
|
|
- this.initWebSopcket('MESSAGE_SOCKET', '/messagePush/', this.websockSid.userId)
|
|
|
|
|
|
+ const that=this
|
|
|
|
+ setTimeout(function () {
|
|
|
|
+ //that.initWebSocket('MESSAGE_SOCKET', '/messagePush/', that.websockSid.userId)
|
|
|
|
+ }, 2000);
|
|
|
|
+
|
|
},
|
|
},
|
|
handleCheckedCitiesChangeBan(value) {
|
|
handleCheckedCitiesChangeBan(value) {
|
|
this.choseLayerSwitchingList(this.banCheckList)
|
|
this.choseLayerSwitchingList(this.banCheckList)
|