bug
This commit is contained in:
@@ -99,6 +99,7 @@ export default {
|
|||||||
this.moduleId = o.moduleId
|
this.moduleId = o.moduleId
|
||||||
this.listName = o.listName
|
this.listName = o.listName
|
||||||
|
|
||||||
|
this.$areaId = this.user.areaName
|
||||||
this.areaName = this.user.areaName
|
this.areaName = this.user.areaName
|
||||||
|
|
||||||
this.getList()
|
this.getList()
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<slot v-if="$slots.default"/>
|
<slot v-if="$slots.default"/>
|
||||||
<div v-else class="areaSelector">
|
<div v-else class="areaSelector">
|
||||||
<image :src="locationIcon" class="location"/>
|
<image :src="locationIcon" class="location"/>
|
||||||
<div v-text="selected.name"/>
|
<div v-text="selected.name || name"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="areaSelector">
|
<div class="areaSelector">
|
||||||
|
|||||||
Reference in New Issue
Block a user