报到服务添加党员名称字段
This commit is contained in:
@@ -76,7 +76,8 @@ export default {
|
||||
remark: '',
|
||||
phone: '',
|
||||
reportType: '',
|
||||
partyId: ''
|
||||
partyId: '',
|
||||
partyName: '', // 党员姓名
|
||||
},
|
||||
reportName: '请选择',
|
||||
show: false,
|
||||
@@ -96,6 +97,7 @@ export default {
|
||||
this.baseInfo.reportId = options.reportId;
|
||||
this.baseInfo.partyId = this.user.partyId;
|
||||
this.baseInfo.phone = this.user.phone;
|
||||
this.baseInfo.partyName = this.user.realName
|
||||
},
|
||||
methods: {
|
||||
showModel(title) {
|
||||
|
||||
Reference in New Issue
Block a user