qinzhipeng_v@didiglobal.com 4 ani în urmă
părinte
comite
7b89969683
1 a modificat fișierele cu 5 adăugiri și 5 ștergeri
  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) {