王通 1 年間 前
コミット
aff3edbaf5
2 ファイル変更520 行追加462 行削除
  1. 1 0
      src/components/vBottomMenu.vue
  2. 519 462
      src/views/firespread.vue

+ 1 - 0
src/components/vBottomMenu.vue

@@ -916,6 +916,7 @@ export default {
     /** 获取消息列表 */
     selectMessageList() {
       selectMessageList(Cookies.get('userId'), Cookies.get('deptId')).then(response => {
+        debugger
         this.messageList = response.data
         this.messageCount = response.data.length
       })

ファイルの差分が大きいため隠しています
+ 519 - 462
src/views/firespread.vue