mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 22:46:45 +08:00
编辑客户信息 关于新市民身份以及新市民类型字段赋值逻辑的修改
This commit is contained in:
@@ -180,6 +180,8 @@ export default {
|
|||||||
$this.userInfo.homeProvince = result.homeProvince
|
$this.userInfo.homeProvince = result.homeProvince
|
||||||
$this.userInfo.homeCity = result.homeCity
|
$this.userInfo.homeCity = result.homeCity
|
||||||
$this.userInfo.homeArea = result.homeArea
|
$this.userInfo.homeArea = result.homeArea
|
||||||
|
$this.userInfo.isNewPeopleFlag = result.isNewPeopleFlag
|
||||||
|
$this.userInfo.npType = result.npType
|
||||||
sessionStorage.setItem('birthday', result.birthday)
|
sessionStorage.setItem('birthday', result.birthday)
|
||||||
sessionStorage.setItem('idType', result.customerIdType)
|
sessionStorage.setItem('idType', result.customerIdType)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user