manage-client 3.3.41 → 3.3.42

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.
@@ -640,7 +640,7 @@
640
640
  }
641
641
  }else{
642
642
  if (type === '建档信息'||type === '用户信息'){
643
- urlParam = 'rs/sql/changeuserquery'
643
+ urlParam = 'rs/sql/sxchangeuserquery'
644
644
  data = {
645
645
  condition: ` 1=1 and f_orgid in ('${this.$login.f.orgid}') and f_userinfo_code = '${row.f_userinfo_code}' `,
646
646
  orderitem: "f_operate_date desc"
@@ -669,7 +669,7 @@
669
669
  }
670
670
  }else{
671
671
  if (type === '燃气表'){
672
- urlParam = 'rs/sql/changemeterquery'
672
+ urlParam = 'rs/sql/sxchangemeterquery'
673
673
  data.condition = `1=1 and f_userinfo_id = '${row.f_userinfo_id}'`
674
674
  data.orderitem = "f_operate_date desc"
675
675
  let res = await this.$resetpost(urlParam, {data: data}, {rejectMsg: '获取变更记录出错', resolveMsg: null})
@@ -677,7 +677,7 @@
677
677
  this.filechangeHistorys.rows = res.data
678
678
  }
679
679
  }else if (type === '建档信息'){
680
- urlParam = 'rs/sql/changeuserquery'
680
+ urlParam = 'rs/sql/sxchangeuserquery'
681
681
  data = {
682
682
  condition: ` 1=1 and f_orgid in ('${this.$login.f.orgid}') and f_userinfo_code = '${row.f_userinfo_code}'`,
683
683
  orderitem: "f_operate_date desc"