This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user