diff --git a/src/views/equipmentCenter/videoManage/videoConfig.vue b/src/views/equipmentCenter/videoManage/videoConfig.vue index 1e6c678a..0c44543b 100644 --- a/src/views/equipmentCenter/videoManage/videoConfig.vue +++ b/src/views/equipmentCenter/videoManage/videoConfig.vue @@ -62,7 +62,7 @@
{{$t('message.videoManage.dialog_newVideo.operation.add')}} @@ -835,7 +835,6 @@ this.getProjectVideoConfigList(); this.getAccountList() this.getVideoGroup() - this.getAll() }, components: {cameraList,cameraListLc}, methods: { @@ -844,6 +843,10 @@ this.nvrDevice = true this.getvideoNvrList() }, + addVideoBtn(){ + this.Popup.newVideo=true + this.getAll() + }, getAll(){ getAllNvrApi({projectSn : this.projectSn}).then((res)=>{ this.nvrList = res.result.map((item,index)=>{ diff --git a/src/views/projectFront/scheduleManage/projectNodeManage.vue b/src/views/projectFront/scheduleManage/projectNodeManage.vue index 78d76f86..3affb789 100644 --- a/src/views/projectFront/scheduleManage/projectNodeManage.vue +++ b/src/views/projectFront/scheduleManage/projectNodeManage.vue @@ -246,6 +246,15 @@ > + + + + @@ -270,6 +279,14 @@ + + + + + + + +