Explorar o código

1.修复个贷进入待办详情后返回待办列表,列表不加载数据的问题

GouGengquan hai 2 semanas
pai
achega
d3b75c5efa
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/home/todo.vue

+ 1 - 0
src/views/home/todo.vue

@@ -269,6 +269,7 @@ export default {
     },
   },
   created() {
+    this.onPersonalRefresh();
     this.getBusinessTodoNum();
   },
   methods: {