This commit is contained in:
shijingjing
2022-05-20 16:02:40 +08:00
parent 0c513e4980
commit 2539690fbb
2 changed files with 6 additions and 2 deletions

View File

@@ -110,6 +110,10 @@ export default {
}) })
}, },
computed: {
...mapState(['user'])
},
onShow() { onShow() {
document.title = '添加帮扶申报' document.title = '添加帮扶申报'
}, },

View File

@@ -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()