Selaa lähdekoodia

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

rongxin_prod
yangfuda 1 vuosi sitten
vanhempi
commit
d91ce01449
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      src/views/user/accountSetting/userInformation/userInformation.vue

+ 1
- 0
src/views/user/accountSetting/userInformation/userInformation.vue Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna