Sfoglia il codice sorgente

产权:网站会员+流程审批(流程改了)

rongxin_prod
yangfuda 1 anno fa
parent
commit
d91ce01449
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/views/user/accountSetting/userInformation/userInformation.vue

+ 1
- 0
src/views/user/accountSetting/userInformation/userInformation.vue Vedi File

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


Caricamento…
Annulla
Salva