diff --git a/src/views/index/toDoList.vue b/src/views/index/toDoList.vue index d8fa15bc..5a9fa9f7 100644 --- a/src/views/index/toDoList.vue +++ b/src/views/index/toDoList.vue @@ -52,6 +52,8 @@ export default { toDoType: item.toDoType.code }) console.log("不通过", item, result) + this.todolist=[] + await this.getList(); }, async passThrough(item) { let result = await toDoAudit({ @@ -59,6 +61,8 @@ export default { toDoType: item.toDoType.code }) console.log("通过", item, result) + this.todolist=[] + await this.getList(); } } }