This commit is contained in:
yanran200730
2022-01-07 15:44:48 +08:00
parent 8c8b8637ce
commit 59d85181d3
2 changed files with 2 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ export default {
this.moduleId = o.moduleId
this.listName = o.listName
this.$areaId = this.user.areaName
this.areaName = this.user.areaName
this.getList()

View File

@@ -5,7 +5,7 @@
<slot v-if="$slots.default"/>
<div v-else class="areaSelector">
<image :src="locationIcon" class="location"/>
<div v-text="selected.name"/>
<div v-text="selected.name || name"/>
</div>
</div>
<div class="areaSelector">