29731
This commit is contained in:
@@ -110,6 +110,10 @@ export default {
|
||||
})
|
||||
},
|
||||
|
||||
computed: {
|
||||
...mapState(['user'])
|
||||
},
|
||||
|
||||
onShow() {
|
||||
document.title = '添加帮扶申报'
|
||||
},
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
</div>
|
||||
<div class="item">
|
||||
<label>申报方式</label>
|
||||
<div>自主申报</div>
|
||||
<div>{{ $dict.getLabel('helpDeclarationType',data.declareType) }}</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<label>身份证号</label>
|
||||
@@ -115,7 +115,7 @@ export default {
|
||||
}
|
||||
},
|
||||
onLoad(o) {
|
||||
this.$dict.load('helpDeclarationStatus')
|
||||
this.$dict.load('helpDeclarationStatus','helpDeclarationType')
|
||||
if (o.id) {
|
||||
this.id = o.id
|
||||
this.getDetail()
|
||||
|
||||
Reference in New Issue
Block a user