@@ -622,6 +622,7 @@ export default {
if (this.mess.deviceId) {
this.$nextTick(() => {
this.$refs.cascader.setValue(this.mess.deviceId);
+ this.changeAddType({code:this.mess.deviceId,facility:this.mess.name});
});
}
},
@@ -292,7 +292,7 @@ export default {
session.remove("deviceAddData");
this.$router.push({
name: "facilityLedger",
- params: { deviceId: this.category.deviceId },
+ params: { deviceId: this.category.deviceId,facility:this.category.name },
@@ -117,6 +117,7 @@ export default {
if (deviceId) {
this.$refs.cascader.setValue(deviceId);
+ this.changeDevice({ code: deviceId, facility: this.$route.params.facility });
} else {