图片
This commit is contained in:
BIN
src/assets/images/devmoni/ylj.jpg
Normal file
BIN
src/assets/images/devmoni/ylj.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 211 KiB |
@@ -375,8 +375,12 @@ export default {
|
||||
},
|
||||
async initData () {
|
||||
let res = await deviceMonitor()
|
||||
this.deviceDatas = [...res.result]
|
||||
this.addPosition()
|
||||
if (res.code === 200) {
|
||||
this.deviceDatas = [...res.result]
|
||||
this.addPosition()
|
||||
} else {
|
||||
this.toast(res.desc)
|
||||
}
|
||||
},
|
||||
async _findDeviceById (id) {
|
||||
let res = await findDeviceById(id)
|
||||
|
||||
Reference in New Issue
Block a user