This commit is contained in:
yanran200730
2022-01-13 18:20:53 +08:00
parent 29beead2e4
commit cd3a686a0a
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@
<div class="item area" v-if="item.type == 'area'">
<span class="label"><span class="tips">{{item.mustFill == 1 ? '*' : ''}}</span>{{item.fieldName}}</span>
<div class="value">
<AiAreaPicker v-model="formData[item.fieldDbName]" :areaId="user.areaId" :name.sync="formData[item.fieldDbName+'_name']"></AiAreaPicker>
<AiAreaPicker :value="formData[item.fieldDbName]" @select="v => formData[item.fieldDbName] = v" :areaId="user.areaId" all :name.sync="formData[item.fieldDbName+'_name']"></AiAreaPicker>
<u-icon name="arrow-right area-icon" color="#cccccc" ></u-icon>
</div>
</div>

View File

@@ -287,7 +287,7 @@ export default {
.areaSelector {
box-sizing: border-box;
border-bottom: 1px solid #f5f5f5;
// border-bottom: 1px solid #f5f5f5;
}
}