sale-client 3.6.493 → 3.6.494

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,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.493",
3
+ "version": "3.6.494",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -725,9 +725,9 @@
725
725
  }
726
726
  },
727
727
  searchNoData () {
728
- this.specialCondition = true
729
- this.$refs.paged.$refs.cri.model.aa = '1!=1'
730
- this.$refs.paged.$refs.cri.conditions.aa = '1!=1'
728
+ this.specialCondition = false
729
+ // this.$refs.paged.$refs.cri.model.aa = '1!=1'
730
+ // this.$refs.paged.$refs.cri.conditions.aa = '1!=1'
731
731
  this.search()
732
732
  },
733
733
  clean () {
@@ -182,6 +182,8 @@ export default {
182
182
  }
183
183
  },
184
184
  clean () {
185
+ this.showModal = false
186
+ this.warningInfo = null
185
187
  this.row = null
186
188
  this.cardInfo = null
187
189
  },
@@ -251,7 +251,7 @@ export default {
251
251
  }
252
252
  await this.$resetpost('/rs/logic/changeuserinfo', {data: param}, {resolveMsg: '修正成功', rejectMsg: null})
253
253
  this.data.f_user_phone = this.newuserphone
254
- this.$parent.$parent.close()
254
+ // this.$parent.$parent.close()
255
255
  this.$parent.$parent.clean()
256
256
  this.$parent.$parent.$refs.list.searchNoData()
257
257
  this.close()
@@ -193,7 +193,7 @@ export default {
193
193
  return
194
194
  }
195
195
 
196
- let getBaseInfo = await http.load('POST', 'api/af-revenue/sql/iot_getUserBaseData',
196
+ let getBaseInfo = await http.load('POST', 'rs/sql/iot_getUserBaseData',
197
197
  {data: {condition: condition}}, {resolveMsg: null, rejectMsg: '获取基本信息出错'})
198
198
  this.row = getBaseInfo.data[0]
199
199
  this.row.parentname = this.parentname || ''