BUG 29320

This commit is contained in:
aixianling
2022-04-29 19:26:41 +08:00
parent 6e5038e4c7
commit b12ae2c588
2 changed files with 18 additions and 8 deletions

View File

@@ -121,8 +121,7 @@
<span>现住址</span>
</div>
<div class="right">
<!-- :areaId="user.areaId" v-model="form.currentAreaId"-->
<AiAreaPicker :fullName.sync="form.currentAreaName" v-model="form.currentAreaId" :root="user.areaId">
<AiAreaPicker :fullName.sync="form.currentAreaName" v-model="form.currentAreaId">
<AiMore v-model="form.currentAreaName"/>
</AiAreaPicker>
</div>