sale-client 4.3.32 → 4.3.33

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": "4.3.32",
3
+ "version": "4.3.33",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -728,7 +728,7 @@
728
728
  },
729
729
  clean () {
730
730
  this.$info('取消操作')
731
- this.$dispatch('success', '物联网收费', this.row)
731
+ this.$dispatch('refresh', '物联网收费', this.row)
732
732
  },
733
733
  validateBill (val) {
734
734
  this.validateOk = !val.isOk
@@ -554,7 +554,7 @@ let asyncMachineMeterCenter = async function (self) {
554
554
  },
555
555
  clean () {
556
556
  this.$info('取消操作')
557
- this.$dispatch('success', '物联网收费', this.row)
557
+ this.$dispatch('refresh', '物联网收费', this.row)
558
558
  },
559
559
  validateBill (val) {
560
560
  this.validateOk = !val.isOk