This commit is contained in:
2021-08-19 22:59:59 +00:00
parent a4621d1075
commit f3fc3af8ed
2 changed files with 22 additions and 9 deletions

View File

@@ -982,11 +982,16 @@ export default {
if (this.canOpenMeter()) {
this.$router.push({
name: "meter-readings",
params: {
aType: window.$gz.type.Unit,
objectId: this.$route.params.recordid
}
params: { unitid: this.obj.id, unitname: this.obj.serial }
});
// this.$router.push({
// name: "meter-readings",
// params: {
// aType: window.$gz.type.Unit,
// objectId: this.$route.params.recordid
// }
// });
}
},
canSave: function() {