【用户管理】添加已有用户,输入非邮箱格式的数据查询后,无法删除输入框中数据,点击删除后再点击查询报错
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
852bc20728
commit
fb92362e6b
|
@ -525,7 +525,7 @@ export default {
|
||||||
let res = await getUserByEmail(params)
|
let res = await getUserByEmail(params)
|
||||||
this.groupLoading = false
|
this.groupLoading = false
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
this.userInfo = res.Result
|
this.userInfo = res.Result || {}
|
||||||
this.userInfo.HospitalGroupIdList = []
|
this.userInfo.HospitalGroupIdList = []
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|
Loading…
Reference in New Issue