bug
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<span>走访对象:</span>
|
||||
<span>
|
||||
{{ data.name }}
|
||||
<span class="tags" v-if="data.menuLevel3Name">{{ data.menuLevel3Name }}</span>
|
||||
<span class="tags">{{ $dict.getLabel('appSpecialTypeFive', data.applicationId) }}</span>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
@@ -54,7 +54,7 @@ export default {
|
||||
computed: {},
|
||||
onLoad(o) {
|
||||
this.id = o.id
|
||||
this.$dict.load('realityStatus').then(() => {
|
||||
this.$dict.load('realityStatus', 'appSpecialTypeFive').then(() => {
|
||||
this.getDetail()
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user