src/pages/analysisPower/index/App.vue
@@ -231,13 +231,15 @@ return arry; }, pollCycle() { if (this.PollData.PollValidCount===0||!this.PollData.PollValidCount) { return 0 } let sumPollingCamera = 0; this.PollData.CameraList.forEach(cam => { if (cam.run_type === 0) { sumPollingCamera++ } }) // 所有轮询的摄像机总数 * 轮询时间 / 轮询算力 - 1 let ret = (sumPollingCamera * this.PollData.Config.poll_period) / this.PollData.PollValidCount - 1 if (String(ret).indexOf(".") > 0) {