修改问题:按计划行车后被误清集中站

This commit is contained in:
fan 2021-09-14 10:11:51 +08:00
parent 13ff4ae7c0
commit 79439f4a28

View File

@ -311,7 +311,7 @@ class Jlmap {
const showMode = prdType2ShowMode[this.showConfig.prdType];
this.updateShowMode(list, showMode);
this.updateShowStation(list);
// this.updateShowStation(list);
if (this.methods.viewUpdate instanceof Function) { this.methods.viewUpdate(list); }
}