审核人id
This commit is contained in:
@@ -535,7 +535,12 @@ export default {
|
||||
type: ["user"],
|
||||
selectedUserIds: this.form.examines?.map(e => e.id)
|
||||
}).then((res)=>{
|
||||
this.form.examines = res.userList
|
||||
this.form.examines = res.userList.map(e=> {
|
||||
return {
|
||||
...e,
|
||||
examineUserId: e.id
|
||||
}
|
||||
})
|
||||
}).catch((err) => {
|
||||
this.$u.toast(err)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user