sale-client 3.6.117 → 3.6.118

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.117",
3
+ "version": "3.6.118",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -262,6 +262,9 @@ export default {
262
262
  'resflushvalue' () {
263
263
  this.$refs.info.$refs.valueaddinfo.reflush()
264
264
  },
265
+ 'resflushrowdata' () {
266
+ this.toBusiness(this.row)
267
+ },
265
268
  'refreshrow' (val) {
266
269
  console.log(val)
267
270
  this.row = val
@@ -852,7 +852,8 @@ export default {
852
852
  if (this.row.f_meter_type.includes('物联网表')) {
853
853
  this.$dispatch('refresh')
854
854
  } else {
855
- this.$dispatch('button-specifies', {name: '机表收费', value: 'machine-charge'}, this.row)
855
+ this.$dispatch('resflushrowdata')
856
+ // this.$dispatch('button-specifies', {name: '机表收费', value: 'machine-charge'}, this.row)
856
857
  }
857
858
  })
858
859
  }