【用户管理】添加已有用户,输入非邮箱格式的数据查询后,无法删除输入框中数据,点击删除后再点击查询报错
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-19 14:01:46 +08:00
parent 852bc20728
commit fb92362e6b
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ export default {
let res = await getUserByEmail(params)
this.groupLoading = false
if (res.IsSuccess) {
this.userInfo = res.Result
this.userInfo = res.Result || {}
this.userInfo.HospitalGroupIdList = []
}
} catch (err) {