Explorar el Código

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

GouGengquan hace 2 semanas
padre
commit
d3b75c5efa
Se han modificado 1 ficheros con 1 adiciones y 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: {