调整信号机接近区段更新流程

This commit is contained in:
zyy 2021-05-27 16:40:28 +08:00
parent 672c95c6c6
commit b2806165ef
2 changed files with 2 additions and 0 deletions

View File

@ -227,6 +227,7 @@ export default {
ele.switchType = ele.normal ? '定位' : '反位';
});
});
this.clearOverlab();
this.editShow = true;
}
},

View File

@ -225,6 +225,7 @@ export default {
ele.switchType = ele.normal ? '定位' : '反位';
});
});
this.clearOverlab();
}
},
'addModel.signalCode': function (val, old) {