合并代码

This commit is contained in:
joylink_fanyuhong 2020-02-11 11:04:20 +08:00
commit 735eccc71e
4 changed files with 11 additions and 4 deletions

View File

@ -17,6 +17,12 @@ deviceState[deviceType.Section] = {
};
deviceState[deviceType.Switch] = {
singleLock:1, // 是否单锁
blockade:0, //是否封锁
routeLock:0, //是否进路锁闭
overlapLock:0, //是否进路延续保护锁闭
normalPosition:1, // 是否定位
reversePosition:0, //是否反位
/** 定位状态*/
// locateType: {
// Default: '01', /** 道岔位置类型 - 定位(缺省值)*/

View File

@ -147,6 +147,7 @@ export default {
},
initMenu() {
//
debugger;
this.menu = MenuContextHandler.covert(this.menuNormal);
//
if (this.operatemode === OperateMode.FAULT) {