From 57b89687d18fc806f4560dd1780418fd3541cc1c Mon Sep 17 00:00:00 2001 From: chenchenzai Date: Tue, 22 Nov 2022 11:24:47 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=85=A8=E9=83=A8=E6=91=84=E5=83=8F?= =?UTF-8?q?=E5=A4=B4=E4=B8=8A=E5=9B=BE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/supermap/map-showResource.js | 3 ++- front/src/views/home/components/H5Player.vue | 1 + front/src/views/home/videoSurveillance/index.vue | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/front/src/supermap/map-showResource.js b/front/src/supermap/map-showResource.js index 8990447e..3aab1872 100644 --- a/front/src/supermap/map-showResource.js +++ b/front/src/supermap/map-showResource.js @@ -83,11 +83,12 @@ function createMarkerClusterLayer(layerClassName, mapObj) { maxClusterRadius: 80, }) markerClusterLayer.on('clusterclick', function(a) { - //console.log('cluster ' + a.layer.getAllChildMarkers().length); + //console.log('cluster ' + a.layer.getAllChildMarkers()); if (a.layer.getAllChildMarkers().length < 50) { let clusterList = []; for (var i = 0; i < a.layer.getAllChildMarkers().length; i++) { //console.log('yyyyyyyyy', a.layer.getAllChildMarkers()[i].resourceData); + //console.log('yyyyyyyyy', a.layer.getAllChildMarkers()[i].fData); clusterList.push(a.layer.getAllChildMarkers()[i].resourceData); } //console.log('clusterList ' + a.layer.getAllChildMarkers(array, true)); diff --git a/front/src/views/home/components/H5Player.vue b/front/src/views/home/components/H5Player.vue index ccb06eb6..8542c31c 100644 --- a/front/src/views/home/components/H5Player.vue +++ b/front/src/views/home/components/H5Player.vue @@ -67,6 +67,7 @@ import { message } from 'ant-design-vue' handler(newVal, oldVal) { console.log('oldVal:', oldVal) console.log('newVal:', newVal) + //this.realplay(newVal,0); }, // 立即处理 进入页面就触发 immediate: true diff --git a/front/src/views/home/videoSurveillance/index.vue b/front/src/views/home/videoSurveillance/index.vue index 44ee5f19..fdc94a94 100644 --- a/front/src/views/home/videoSurveillance/index.vue +++ b/front/src/views/home/videoSurveillance/index.vue @@ -551,7 +551,7 @@ import { ElMessage } from 'element-plus' let params = { regionId: "70be8c5b664f4bcf869d82f2e8335051", pageNum: "1", - pageSize: 30000, + pageSize: 40000, type: 0, borderPolygonList: [] } From 20f5dd7999c5f752033dccd0c35244983f9ab113 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Tue, 22 Nov 2022 11:51:58 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E8=A5=BF=E6=B5=B7=E5=B2=B8=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/home/infrastructureApplication.vue | 69 ++++++++++++------- 1 file changed, 45 insertions(+), 24 deletions(-) diff --git a/front/src/views/home/infrastructureApplication.vue b/front/src/views/home/infrastructureApplication.vue index dd386684..2db08d2a 100644 --- a/front/src/views/home/infrastructureApplication.vue +++ b/front/src/views/home/infrastructureApplication.vue @@ -2,7 +2,7 @@ * @Author: Light * @Date: 2022-11-18 11:53:43 * @LastEditors: Light - * @LastEditTime: 2022-11-22 10:54:46 + * @LastEditTime: 2022-11-22 11:49:24 * @Description: 告诉大家这是什么 --> @@ -45,17 +45,26 @@ {{ item.cameraInfo.channelName }} + + {{ item.approveStatus }} + - 删除 + 撤销 - - 删除 + + 撤销 @@ -68,12 +77,18 @@ -

本次申请的摄像头包含以下{{ showArr.length }}个摄像头,是否删除申请?

- +

本次申请的视频监控包含以下{{ showArr.length }}个,是否撤销申请?

+