From d815c5a2e67b827978b1e88dab41d02e1fadb33d Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Wed, 22 Mar 2023 14:32:02 +0800
Subject: [PATCH] 巡逻路线修改范围回显问题解决
---
src/views/activity/components/videoControlBox.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/activity/components/videoControlBox.vue b/src/views/activity/components/videoControlBox.vue
index 536695c..7ad2939 100644
--- a/src/views/activity/components/videoControlBox.vue
+++ b/src/views/activity/components/videoControlBox.vue
@@ -317,7 +317,6 @@
* @return {*}
*/
getRegionList (positionNewStr) {
- console.log(positionNewStr)
getRegionList({ page: 1, count: 15, range: positionNewStr }).then(res => {
let monitorData = res.data.data.list
this.initMonitoringIcon(monitorData)
--
Gitblit v1.9.3