This commit is contained in:
2021-08-19 23:14:46 +00:00
parent 2db66a7b77
commit 0eea7f069b
2 changed files with 47 additions and 93 deletions

View File

@@ -982,7 +982,7 @@ export default {
if (this.canOpenMeter()) {
this.$router.push({
name: "meter-readings",
params: { unitid: this.obj.id, unitname: this.obj.serial }
params: { unitid: this.obj.id }
});
// this.$router.push({