xuqiang 4 anni fa
parent
commit
e06d6eca95
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      src/main/zhi-rong-web/src/components/popup/Message.vue

+ 1 - 2
src/main/zhi-rong-web/src/components/popup/Message.vue

@@ -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