保存道岔状态

This commit is contained in:
zyy 2020-05-14 18:49:47 +08:00
parent e3d773dfbe
commit 43e6b4bca1

View File

@ -513,7 +513,8 @@ export default {
},
mfNum: this.addModel.mfNum,
pfNum: this.addModel.pfNum,
stationCode: this.addModel.stationCode //
stationCode: this.addModel.stationCode, //
switchCode: this.addModel.switchCode
};
models.push(model);
this.$emit('updateMapModel', models);