Explorar el Código

可视化任务列表

彭宇 hace 2 años
padre
commit
33d1885bf1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/vBottomMenu.vue

+ 1 - 1
src/components/vBottomMenu.vue

@@ -508,7 +508,7 @@
 				this.deptOptionsLiandong = response.data
 			})
       /** 获取任务 */
-      this.selectTaskList()
+      this.selectTaskList();
       /** 获取消息列表 */
       this.selectMessageList();
 		},