|
|
@@ -75,6 +75,7 @@ export default { |
|
|
|
getInfo().then(response => { |
|
|
|
getMember(response.user.userId).then(response => { |
|
|
|
console.log(response) |
|
|
|
this.userForm = response.data; |
|
|
|
this.userForm.idCardNum = response.data.idCardNum; |
|
|
|
this.userForm.realname = response.data.realname; |
|
|
|
this.userForm.address = response.data.address; |
|
|
|