Explorar o código

接口直连改造

王通 hai 1 ano
pai
achega
12a51f4e0b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/vBottomMenu.vue

+ 1 - 1
src/components/vBottomMenu.vue

@@ -1536,7 +1536,7 @@ export default {
         this.taskList = res.data
         this.taskCount = res.data.length
       })
-      this.initWebSocket('TASK_SOCKET', '/taskPush/', this.websockSid.userId)
+      this.initWebSocket('TASK_SOCKET', '/taskPush/', this.websockSid.deptId)
     },
     handleCheckedCitiesChangeBan(value) {
       this.choseLayerSwitchingList(this.banCheckList)