企业微信视频回放

This commit is contained in:
yanran200730
2022-04-20 18:11:05 +08:00
parent b2422208c0
commit 610d401589
5 changed files with 641 additions and 51 deletions

View File

@@ -111,7 +111,7 @@ export default {
this.$http.post(`/app/appzyvideoequipment/getAreaEquipment?areaId=${this.areaId}`).then(res => {
if (res?.data) {
this.list = res.data.list
this.count = res.data.count
this.count = res.data.count || 0
this.onlineRate = (this.count.online / this.count.sum).toFixed(2)
this.offlineRate = (1 - this.onlineRate).toFixed(2)
this.initEchart()