qinzhipeng_v@didiglobal.com %!s(int64=4) %!d(string=hai) anos
pai
achega
7b89969683
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  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) {