bug 64 苏电院交控仿真线路:信号解封无效 调整
This commit is contained in:
parent
dd0a0b2fdf
commit
411bde3aee
@ -43,6 +43,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import CMD from '@/scripts/cmdPlugin/CommandEnum';
|
||||
import { OperationEvent } from '@/scripts/cmdPlugin/OperationHandler';
|
||||
import OperationHandler from '@/scripts/cmdPlugin/OperationHandler';
|
||||
import ConfirmControl from '../childDialog/confirmControl';
|
||||
@ -290,7 +291,8 @@ export default {
|
||||
const operate = {
|
||||
over: true,
|
||||
operation: data.operation,
|
||||
cmdType: data.cmdType
|
||||
// cmdType: data.cmdType
|
||||
cmdType: CMD.Signal.CMD_SIGNAL_UNBLOCK
|
||||
};
|
||||
this.sendCommand(operate);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user