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