BUG 29463

This commit is contained in:
aixianling
2022-04-29 20:47:20 +08:00
parent f3a554abb9
commit 23e489294f

View File

@@ -95,11 +95,7 @@
</div>
<div class="right">
<AiAreaPicker :fullName.sync="form.currentAreaName" v-model="form.currentAreaId">
<div class="aiArea">
<span class="label" style="color: #333;" v-if="form.currentAreaName">{{ form.currentAreaName }}</span>
<i v-else>请选择</i>
<u-icon name="arrow-right" color="#ddd"/>
</div>
<AiMore v-model="form.currentAreaName"/>
</AiAreaPicker>
</div>
</div>
@@ -472,8 +468,6 @@ export default {
this.id = query.id
this.getInfo(query.id)
this.isEdit = true
} else {
this.form.currentAreaId = this.user.areaId
}
})
this.$dict.getDict('fpHealth').map((item) => {