找到原因了
This commit is contained in:
@@ -535,12 +535,7 @@ export default {
|
||||
type: ["user"],
|
||||
selectedUserIds: this.form.examines?.map(e => e.id)
|
||||
}).then((res)=>{
|
||||
if (res.err_msg == "selectEnterpriseContact:ok") {
|
||||
if(typeof res.result == 'string') {
|
||||
res.result = JSON.parse(res.result)
|
||||
}
|
||||
this.form.examines = res.userList
|
||||
}
|
||||
this.form.examines = res.userList
|
||||
}).catch((err) => {
|
||||
this.$u.toast(err)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user