道岔钩锁操作结束清除operation

This commit is contained in:
fan 2021-11-11 15:08:13 +08:00
parent ba7b9f39eb
commit f270cbfb3b

View File

@ -119,6 +119,7 @@ export default {
doClose() {
this.loading = false;
this.dialogShow = false;
this.operation = '';
this.$root.$emit('dialogClose', this.selected);
this.$store.dispatch('training/emitTipFresh');
},