报到服务添加党员名称字段
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user