safecheck-client 3.0.39-70 → 3.0.39-71

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "safecheck-client",
3
3
  "//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
4
- "version": "3.0.39-70",
4
+ "version": "3.0.39-71",
5
5
  "description": "安检模块 前端组件",
6
6
  "author": "丁新 <417755458@qq.com>",
7
7
  "license": "ISC",
@@ -705,8 +705,8 @@ export default {
705
705
  }, {resolveMsg: null, rejectMsg: null}).then((res1) => {
706
706
  if (res1.data.status == 200) {
707
707
  let data = this.userinfo.addressinfo
708
+ data.modifyReason=this.f_source ? `${this.f_source}维护档案信息` : ''
708
709
  data.f_address = this.userinfo.addressinfo.f_address? this.userinfo.addressinfo.f_address : this.userinfo_old.addressinfo.f_address
709
- //
710
710
  data.f_operator = Vue.user.name
711
711
  new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/address_updateuseraddress`, {data: data}).then((res2) => {
712
712
  this.$showMessage("修改用户地址信息成功!")