|
|
@ -136,12 +136,12 @@ |
|
|
|
</el-select> |
|
|
|
</el-select> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="block"> |
|
|
|
<!-- <div class="block"> |
|
|
|
<p class="block-left">当前所在学校</p> |
|
|
|
<p class="block-left">当前所在学校</p> |
|
|
|
<el-select v-model="personalInformation.clientId" filterable placeholder="请选择学校"> |
|
|
|
<el-select v-model="personalInformation.clientId" filterable placeholder="请选择学校"> |
|
|
|
<el-option v-for="(item,index) in schoolList" :key="index" :label="item.clientName" :value="item.id"></el-option> |
|
|
|
<el-option v-for="(item,index) in schoolList" :key="index" :label="item.clientName" :value="item.id"></el-option> |
|
|
|
</el-select> |
|
|
|
</el-select> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
@ -386,6 +386,7 @@ export default { |
|
|
|
.then(res => { |
|
|
|
.then(res => { |
|
|
|
this.personalInformation = res.data.userInfo |
|
|
|
this.personalInformation = res.data.userInfo |
|
|
|
this.personalInformation.countries = '中国' |
|
|
|
this.personalInformation.countries = '中国' |
|
|
|
|
|
|
|
this.personalInformation.clientName = this.schoolList.find(n => n.id == this.personalInformation.clientId).clientName |
|
|
|
this.curPassword = this.personalInformation.password |
|
|
|
this.curPassword = this.personalInformation.password |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$nextTick(() => { |
|
|
|
if(this.personalInformation.provinceId){ |
|
|
|
if(this.personalInformation.provinceId){ |
|
|
@ -450,7 +451,7 @@ export default { |
|
|
|
phone: personalInformation.phone, |
|
|
|
phone: personalInformation.phone, |
|
|
|
provinceId: personalInformation.provinceId, |
|
|
|
provinceId: personalInformation.provinceId, |
|
|
|
clientId: personalInformation.clientId, |
|
|
|
clientId: personalInformation.clientId, |
|
|
|
clientName: this.schoolList.find(n => n.id == personalInformation.clientId).clientName, |
|
|
|
clientName: personalInformation.clientName, |
|
|
|
sex: personalInformation.sex, |
|
|
|
sex: personalInformation.sex, |
|
|
|
userId: personalInformation.userId, |
|
|
|
userId: personalInformation.userId, |
|
|
|
userName: personalInformation.userName, |
|
|
|
userName: personalInformation.userName, |
|
|
|