浏览代码

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

GouGengquan 2 周之前
父节点
当前提交
d3b75c5efa
共有 1 个文件被更改,包括 1 次插入0 次删除
  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: {