From 0a6ac5163c8a07b40e0197c94faf8642bd1ba471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Wed, 23 Nov 2022 16:46:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=88=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=B3=BB=E7=BB=9F=EF=BC=89nvr=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E6=95=B0=E6=8D=AE=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/equipmentCenter/videoManage/videoConfig.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/equipmentCenter/videoManage/videoConfig.vue b/src/views/equipmentCenter/videoManage/videoConfig.vue index 0c44543b..179a1d37 100644 --- a/src/views/equipmentCenter/videoManage/videoConfig.vue +++ b/src/views/equipmentCenter/videoManage/videoConfig.vue @@ -835,6 +835,7 @@ this.getProjectVideoConfigList(); this.getAccountList() this.getVideoGroup() + this.getAll() }, components: {cameraList,cameraListLc}, methods: { @@ -847,6 +848,7 @@ this.Popup.newVideo=true this.getAll() }, + //获取nvr列表 getAll(){ getAllNvrApi({projectSn : this.projectSn}).then((res)=>{ this.nvrList = res.result.map((item,index)=>{