mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 15:16:43 +08:00
客户管理的新增和修改页面 保存时入参增加新市民以及新市民类型字段
This commit is contained in:
@@ -189,7 +189,9 @@ export default {
|
|||||||
familyAnnualIncome: $this.userInfo.familyAnnualIncome,
|
familyAnnualIncome: $this.userInfo.familyAnnualIncome,
|
||||||
province: $this.userInfo.province,
|
province: $this.userInfo.province,
|
||||||
city: $this.userInfo.city,
|
city: $this.userInfo.city,
|
||||||
homePhone: $this.userInfo.homePhone
|
homePhone: $this.userInfo.homePhone,
|
||||||
|
isNewPeopleFlag: $this.userInfo.isNewPeopleFlag,
|
||||||
|
npType: $this.userInfo.npType,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
switch (data.agentCustomerInfoDTO.companyArea) {
|
switch (data.agentCustomerInfoDTO.companyArea) {
|
||||||
|
|||||||
@@ -343,7 +343,9 @@ export default {
|
|||||||
familyAnnualIncome: $this.userInfo.familyAnnualIncome,
|
familyAnnualIncome: $this.userInfo.familyAnnualIncome,
|
||||||
province: $this.userInfo.province,
|
province: $this.userInfo.province,
|
||||||
city: $this.userInfo.city,
|
city: $this.userInfo.city,
|
||||||
homePhone: $this.userInfo.homePhone
|
homePhone: $this.userInfo.homePhone,
|
||||||
|
isNewPeopleFlag: $this.userInfo.isNewPeopleFlag,
|
||||||
|
npType: $this.userInfo.npType,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
switch (data.agentCustomerInfoDTO.companyArea) {
|
switch (data.agentCustomerInfoDTO.companyArea) {
|
||||||
|
|||||||
Reference in New Issue
Block a user