Commit ab9ea15a authored by 李智书's avatar 李智书

1.提交更新;

parent 972a9f83
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
return return
} }
let jsonData = JSON.parse(JSON.stringify(data || {})) let jsonData = JSON.parse(JSON.stringify(data || {}))
this.onlineStatus = jsonData.data.onlineStatus || "offline" this.onlineStatus = jsonData.data['backData']['onlineStatus'] || "offline"
}, },
//设备流水 //设备流水
async DeviceFlows() { async DeviceFlows() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment