safecheck-client 3.0.34-32 → 3.0.34-34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -619,7 +619,6 @@
619
619
  if (res === 'confirm') {
620
620
  this.excessive = true
621
621
  let userinfoms = Object.assign({}, this.userinfo_old.baseinfo.base)
622
- userinfoms.f_user_name=row.f_user_name
623
622
  userinfoms.f_user_phone = this.userinfo.baseinfo.base.f_user_phone
624
623
  userinfoms.f_idnumber = this.userinfo.baseinfo.base.f_idnumber
625
624
  userinfoms.f_rent_name = this.userinfo.baseinfo.base.f_rent_name
@@ -684,7 +683,6 @@
684
683
  if (res === 'confirm') {
685
684
  this.excessive = true
686
685
  let userinfoms = Object.assign({}, this.userinfo_old.baseinfo.base)
687
- userinfoms.f_user_name=row.f_user_name
688
686
  userinfoms.f_user_phone = this.userinfo.baseinfo.base.f_user_phone
689
687
  userinfoms.f_idnumber = this.userinfo.baseinfo.base.f_idnumber
690
688
  userinfoms.f_rent_name = this.userinfo.baseinfo.base.f_rent_name