客户管理的新增和修改页面 保存时入参增加新市民以及新市民类型字段

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-09-22 16:22:16 +08:00
parent 8785c06314
commit 69f97a9154
2 changed files with 6 additions and 2 deletions

View File

@@ -189,7 +189,9 @@ export default {
familyAnnualIncome: $this.userInfo.familyAnnualIncome,
province: $this.userInfo.province,
city: $this.userInfo.city,
homePhone: $this.userInfo.homePhone
homePhone: $this.userInfo.homePhone,
isNewPeopleFlag: $this.userInfo.isNewPeopleFlag,
npType: $this.userInfo.npType,
}
}
switch (data.agentCustomerInfoDTO.companyArea) {

View File

@@ -343,7 +343,9 @@ export default {
familyAnnualIncome: $this.userInfo.familyAnnualIncome,
province: $this.userInfo.province,
city: $this.userInfo.city,
homePhone: $this.userInfo.homePhone
homePhone: $this.userInfo.homePhone,
isNewPeopleFlag: $this.userInfo.isNewPeopleFlag,
npType: $this.userInfo.npType,
}
}
switch (data.agentCustomerInfoDTO.companyArea) {