qinzhipeng_v@didiglobal.com 4 년 전
부모
커밋
7b89969683
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      src/views/workbench/person/index.vue

+ 5 - 5
src/views/workbench/person/index.vue

@@ -234,11 +234,6 @@ export default {
     }
   },
   mixins: [websocket],
-  computed: {
-    ...mapGetters([
-      'notice'
-    ])
-  },
   data() {
     return {
       activeName: '1', // 顶部导航栏
@@ -308,6 +303,11 @@ export default {
       getPersonalBugDisDataBy: getPersonalBugDisDataBy// 缺陷按状态统计数据接口
     }
   },
+  computed: {
+    ...mapGetters([
+      'notice'
+    ])
+  },
   watch: {
     activeName: {
       handler(newV) {