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
|
@@ -554,7 +554,7 @@ let asyncMachineMeterCenter = async function (self) {
|
|
|
554
554
|
},
|
|
555
555
|
clean () {
|
|
556
556
|
this.$info('取消操作')
|
|
557
|
-
this.$dispatch('
|
|
557
|
+
this.$dispatch('refresh', '物联网收费', this.row)
|
|
558
558
|
},
|
|
559
559
|
validateBill (val) {
|
|
560
560
|
this.validateOk = !val.isOk
|