|
@@ -156,8 +156,7 @@ export default {
|
|
|
.get('/personal/my')
|
|
.get('/personal/my')
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
this.formData = {
|
|
this.formData = {
|
|
|
- documentNumber: res.documentNumber,
|
|
|
|
|
- type: res.type,
|
|
|
|
|
|
|
+ ...res,
|
|
|
name: this.userInfo.nickname,
|
|
name: this.userInfo.nickname,
|
|
|
phone: this.userInfo.phone,
|
|
phone: this.userInfo.phone,
|
|
|
email: this.userInfo.email
|
|
email: this.userInfo.email
|