BUG396 哈尔滨:无法删除和步进列车

This commit is contained in:
fan 2021-09-26 13:51:34 +08:00
parent e543b6e357
commit 302b5db236

View File

@ -200,7 +200,7 @@ export default {
this.tempTableData = [device];
this.sectionCode = device.sectionModel.name;
this.tripNum = device.destinationCode + device.serviceNumber + device.tripNumber;
this.groupNum = device.groupNumber;
this.groupNum = device.code;
}
if (this.dialogShow && device && device.code && device.deviceType === 'SECTION') {
this.newSectionCode = device.code;