结束时间,examineUserName
This commit is contained in:
@@ -533,7 +533,8 @@ export default {
|
||||
this.form.examines = res.userList.map(e=> {
|
||||
return {
|
||||
...e,
|
||||
examineUserId: e.id
|
||||
examineUserId: e.id,
|
||||
examineUserName: e.name
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user