fix:照明系统多选功能完善,引入全局变量projectId,部分交互逻辑修改
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
|
||||
// 照明系统及相关接口
|
||||
export enum lightingManage {
|
||||
|
||||
// 主页 ========================================================
|
||||
|
||||
// 获得分区与线路
|
||||
getArea = '/carbon-smart/IlluminationInfo/region',
|
||||
// 修改线路的可用/禁用状态
|
||||
setDisable = '/carbon-smart/IlluminationInfo/revisePanel',
|
||||
setDisable = '/carbon-smart/IlluminationInfo/changePanelStatus',
|
||||
// 获得设备 - 小灯泡
|
||||
getBulbs = '/carbon-smart/IlluminationInfo/getLightState',
|
||||
|
||||
// 控制面板tab页 ================================================
|
||||
|
||||
|
Reference in New Issue
Block a user