29353
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
</div>
|
||||
<div class="right">
|
||||
<!-- :areaId="user.areaId" v-model="form.currentAreaId"-->
|
||||
<AiAreaPicker ref="address" class="aiArea" :fullName.sync="form.currentAreaName" :root="user.areaId" @select="onAreaChange">
|
||||
<AiAreaPicker ref="address" class="aiArea" :fullName.sync="form.currentAreaName" v-model="form.currentAreaId" :root="user.areaId" @select="onAreaChange">
|
||||
<div class="aiArea">
|
||||
<span class="label" v-if="form.currentAreaName">{{ form.currentAreaName }}</span>
|
||||
<i v-else>请选择</i>
|
||||
@@ -181,8 +181,8 @@
|
||||
</div>
|
||||
<div class="right">
|
||||
|
||||
<!-- <AiSelect dict="fpHealth" v-model="form.healthyStatus"></AiSelect> -->
|
||||
<u-checkbox-group>
|
||||
<AiSelect dict="fpHealth" v-model="form.healthyStatus"></AiSelect>
|
||||
<!-- <u-checkbox-group>
|
||||
<u-checkbox
|
||||
v-model="e.checked"
|
||||
v-for="(e, i) in fpHealth" :key="i"
|
||||
@@ -190,7 +190,7 @@
|
||||
@change="checkboxChange(indexs, index, i)"
|
||||
>{{ e.dictName }}
|
||||
</u-checkbox>
|
||||
</u-checkbox-group>
|
||||
</u-checkbox-group> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -404,6 +404,7 @@ export default {
|
||||
this.flag = true
|
||||
this.id = query.id
|
||||
this.getInfo(this.id)
|
||||
// this.photo = this.form.files[0].url
|
||||
}else {
|
||||
this.form.currentAreaId = this.user.areaId
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user