mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-06 21:16:44 +08:00
fixed:代理人用户信息证件类型显示错误
This commit is contained in:
@@ -57,6 +57,17 @@ export default {
|
||||
{ id: 6, text: '台湾居民通行证' },
|
||||
{ id: 7, text: '其他' }
|
||||
],
|
||||
//代理人证件类型
|
||||
agentIdType: [
|
||||
{ id: 0, text: '居民身份证' },
|
||||
{ id: 1, text: '户口本' },
|
||||
{ id: 2, text: '出生证' },
|
||||
{ id: 3, text: '外国人永久居留身份证' },
|
||||
{ id: 4, text: '外国人护照' },
|
||||
{ id: 5, text: '港澳居民来往内地通行证' },
|
||||
{ id: 6, text: '台湾居民来往大陆通行证' },
|
||||
{ id: 7, text: '其他' }
|
||||
],
|
||||
//出生证明
|
||||
birthType: [
|
||||
{ id: 1, text: '身份证' },
|
||||
|
||||
@@ -72,7 +72,7 @@ export default {
|
||||
if (res.result == 0) {
|
||||
this.userInfo = res
|
||||
document.title = this.userInfo.name + '(' + this.userInfo.jobNo + ')'
|
||||
obj.idType.some(item => {
|
||||
obj.agentIdType.some(item => {
|
||||
if (item.id == res.cardType) {
|
||||
res.cardType = item.text
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user