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
|
@@ -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('
|
|
855
|
+
this.$dispatch('resflushrowdata')
|
|
856
|
+
// this.$dispatch('button-specifies', {name: '机表收费', value: 'machine-charge'}, this.row)
|
|
856
857
|
}
|
|
857
858
|
})
|
|
858
859
|
}
|