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