| | |
| | | machineName: '', |
| | | machineIp: '', |
| | | machineMac: '', |
| | | communityId:vc.getCurrentCommunity().communityId |
| | | communityId: vc.getCurrentCommunity().communityId |
| | | |
| | | } |
| | | } |
| | |
| | | } else { |
| | | vc.component.machineManageInfo.moreCondition = true; |
| | | } |
| | | }, |
| | | _openMachineDetailModel: function (_machine) { |
| | | |
| | | }, |
| | | _openRestartMachineModel: function (_machine) { //设备重启处理 |
| | | vc.emit('machineState', 'openMachineStateModal', { |
| | | machineId: _machine.machineId, |
| | | stateName: '重启', |
| | | state: '1400' |
| | | }); |
| | | }, |
| | | _openUpgradeMachineModel: function (_machine) { //设备升级处理 |
| | | vc.emit('machineState', 'openMachineStateModal', { |
| | | machineId: _machine.machineId, |
| | | stateName: '升级', |
| | | state: '1500' |
| | | }); |
| | | }, |
| | | _openForbiddenMachineModel: function (_machine) { //设备禁用处理 |
| | | vc.emit('machineState', 'openMachineStateModal', { |
| | | machineId: _machine.machineId, |
| | | stateName: '禁用', |
| | | state: '1600' |
| | | }); |
| | | } |
| | | |
| | | |