@@ -153,6 +153,7 @@
this.$http.get('/user/' +e.id).then(res=>{
if(res.code==200){
this.personData={...res.data.sysUser,esmUserImageVo:[]}
+ this.personData.password = ''
}
else{
uni.showModal({
@@ -194,6 +194,7 @@
@@ -150,6 +150,7 @@