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)=>{