GouGengquan há 2 semanas atrás
pai
commit
6b9004bb13
1 ficheiros alterados com 4 adições e 2 exclusões
  1. 4 2
      src/views/home/todo.vue

+ 4 - 2
src/views/home/todo.vue

@@ -269,7 +269,9 @@ export default {
     },
   },
   created() {
-    this.onPersonalRefresh();
+    if (this.menuStore.menuInfo.map((item) => item.name).includes('个贷业务')) {
+      this.onPersonalRefresh();
+    }
     this.getBusinessTodoNum();
   },
   methods: {
@@ -701,7 +703,7 @@ export default {
   width: 100%;
 }
 
-.tabTitle{
+.tabTitle {
   margin-top: 2px;
 }
 </style>