浏览代码

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

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;


正在加载...
取消
保存