diff --git a/src/views/modules/todo/todoCenter.vue b/src/views/modules/todo/todoCenter.vue index 421417c..f546181 100644 --- a/src/views/modules/todo/todoCenter.vue +++ b/src/views/modules/todo/todoCenter.vue @@ -541,7 +541,8 @@ export default { const params = { site: todo.site || this.searchData.site || this.$store.state.user.site, buNo: todo.buNo, - infoCode: todo.infoCode + infoCode: todo.infoCode, + auditBy: this.$store.state.user.name } auditTodoMessage(params).then(({ data }) => { if (data && data.code === 200) {