Explorar el Código

可视化任务列表

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

+ 1 - 0
src/components/vBottomMenu.vue

@@ -713,6 +713,7 @@
       /** 获取消息列表 */
       selectMessageList(){
         selectMessageList(Cookies.get("userId")).then(response => {
+          alert("111")
           this.messageList = response.data
           this.messageCount = res.data.length
         });