修改(视频管理系统)nvr下拉数据显示

This commit is contained in:
骆乐 2022-11-23 16:46:33 +08:00
parent 675ea79dcb
commit 0a6ac5163c

View File

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