From fe0b29a9fa5f620357aa38cdc7d70a44b7d76b4f Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Wed, 30 Nov 2022 14:45:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A5=BF=E6=B5=B7=E5=B2=B8BUG=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/videoSurveillance/components/CameraPopupOnMap.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/front/src/views/home/videoSurveillance/components/CameraPopupOnMap.vue b/front/src/views/home/videoSurveillance/components/CameraPopupOnMap.vue index 58e95bb1..b0bd2c36 100644 --- a/front/src/views/home/videoSurveillance/components/CameraPopupOnMap.vue +++ b/front/src/views/home/videoSurveillance/components/CameraPopupOnMap.vue @@ -134,6 +134,7 @@ }, //立即申请 applyNow(item){ + console.log(item) getApplyCameraListXha().then(res => { let flag = true if (res.data.code == 0) { @@ -152,10 +153,6 @@ if(flag){ willApplyCameraSelect().then(res1 => { if (res1.data.code == 0) { - if(res.data.data.length+res1.data.data.length>=10){ - message.warning('最多只能申请10个感知资源!') - return - } res1.data.data.map(val => { if(item.channelId == val.channelId){ item.id = val.id