소스 검색

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

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;


불러오는 중...
취소
저장