BUG: 【国赛】行调先请求站控,车站同意,行调再转中控,录制时和预览时的界面显示不一致,录制时定位在中控上,预览的时候记录了上次执行站控的操作,定位在站控上,导致步骤无法一致校验不通过

This commit is contained in:
fan 2023-01-05 13:55:37 +08:00
parent dff2ebe121
commit 6ce41fe243

View File

@ -129,6 +129,8 @@ export default {
methods: {
doShow(operate) {
this.message = '';
this.station = {};
this.stationType = '01';
if (!this.dialogShow) {
this.operate = operate || {};
this.operation = operate.operation;