瀏覽代碼

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

rongxin_prod
yangfuda 1 年之前
父節點
當前提交
d91ce01449
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      src/views/user/accountSetting/userInformation/userInformation.vue

+ 1
- 0
src/views/user/accountSetting/userInformation/userInformation.vue 查看文件

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


Loading…
取消
儲存