报到服务添加党员名称字段

This commit is contained in:
shijingjing
2022-12-05 10:14:30 +08:00
parent 73d1822777
commit 7f61b1927e

View File

@@ -76,7 +76,8 @@ export default {
remark: '', remark: '',
phone: '', phone: '',
reportType: '', reportType: '',
partyId: '' partyId: '',
partyName: '', // 党员姓名
}, },
reportName: '请选择', reportName: '请选择',
show: false, show: false,
@@ -96,6 +97,7 @@ export default {
this.baseInfo.reportId = options.reportId; this.baseInfo.reportId = options.reportId;
this.baseInfo.partyId = this.user.partyId; this.baseInfo.partyId = this.user.partyId;
this.baseInfo.phone = this.user.phone; this.baseInfo.phone = this.user.phone;
this.baseInfo.partyName = this.user.realName
}, },
methods: { methods: {
showModel(title) { showModel(title) {