This commit is contained in:
joylink_cuiweidong 2020-04-10 15:22:08 +08:00
commit 4be8b2dd87
3 changed files with 3 additions and 4 deletions

View File

@ -250,7 +250,7 @@ export default {
this.param = {
switchCode: this.selected.code,
sectionCode: section.code,
speedLimitValue: 5
speedLimitValue: '5'
};
},
handleSingalMenu() {

View File

@ -40,8 +40,8 @@ export default {
CMD_SWITCH_TURN_RP_CHAIN: {value: 'Switch_Turn_RP_Chain', label: '道岔反操(联动)'},
/** 道岔区段封锁 */
CMD_SWITCH_SECTION_BLOCK: {value: 'Switch_Section_Block', label: '道岔区段封锁'},
/** 道岔区段 */
CMD_SWITCH_SECTION_UNBLOCK: {value: 'Switch_Section_Unblock', label: '道岔区段'}
/** 道岔区段封 */
CMD_SWITCH_SECTION_UNBLOCK: {value: 'Switch_Section_Unblock', label: '道岔区段封'}
},
// 控制模式操作

View File

@ -98,7 +98,6 @@ class Handler {
const valid = ValidateHandler.vaildate(this.getTrainingMode(), operation);
this.afterValid(operation, valid);
rtn.valid = valid;
if (operation.cmdType && valid) {
const command = this.getCommand(operation);
if (command) {