Commit 7afd755b authored by 李智书's avatar 李智书

Merge branch 'v_c_application_feature_1031' into 'uat'

1.提交更新;

See merge request !24
parents 817129ab ab9ea15a
...@@ -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