diff --git a/src/views/newMap/newMapdraft/dataRelation/continueProtectOperate/protect.vue b/src/views/newMap/newMapdraft/dataRelation/continueProtectOperate/protect.vue index 1742c0014..8851ffbef 100644 --- a/src/views/newMap/newMapdraft/dataRelation/continueProtectOperate/protect.vue +++ b/src/views/newMap/newMapdraft/dataRelation/continueProtectOperate/protect.vue @@ -227,6 +227,7 @@ export default { ele.switchType = ele.normal ? '定位' : '反位'; }); }); + this.clearOverlab(); this.editShow = true; } }, diff --git a/src/views/newMap/newMapdraft/dataRelation/signaloperate/route.vue b/src/views/newMap/newMapdraft/dataRelation/signaloperate/route.vue index ddfe8c88f..6586fd7c0 100644 --- a/src/views/newMap/newMapdraft/dataRelation/signaloperate/route.vue +++ b/src/views/newMap/newMapdraft/dataRelation/signaloperate/route.vue @@ -225,6 +225,7 @@ export default { ele.switchType = ele.normal ? '定位' : '反位'; }); }); + this.clearOverlab(); } }, 'addModel.signalCode': function (val, old) {