Skip to content

Commit

Permalink
feat(other): 设备管理
Browse files Browse the repository at this point in the history
新增设备管理状态调整为关机在线
  • Loading branch information
h7ml committed Jun 22, 2022
1 parent a2945f9 commit 771578b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/DeviceCloud/manage/devicelist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
factory: '',
},
name: '',
isEnable: true,
isEnable: false,
status: 'ONLINE',
devaddr: '',
basedata: {},
Expand Down
2 changes: 1 addition & 1 deletion src/views/DeviceCloud/manage/home_index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@
},
profile: {},
route: {},
isEnable: true,
isEnable: false,
status: 'OFFLINE',
}
const { error = '', objectId = '' } = await postDevice(params)
Expand Down

0 comments on commit 771578b

Please sign in to comment.