代办事项
This commit is contained in:
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user