代办事项

This commit is contained in:
2023-08-23 18:02:13 +08:00
parent ad91172e22
commit 4a9757d241

View File

@ -52,6 +52,8 @@ export default {
toDoType: item.toDoType.code toDoType: item.toDoType.code
}) })
console.log("不通过", item, result) console.log("不通过", item, result)
this.todolist=[]
await this.getList();
}, },
async passThrough(item) { async passThrough(item) {
let result = await toDoAudit({ let result = await toDoAudit({
@ -59,6 +61,8 @@ export default {
toDoType: item.toDoType.code toDoType: item.toDoType.code
}) })
console.log("通过", item, result) console.log("通过", item, result)
this.todolist=[]
await this.getList();
} }
} }
} }