修改(视频管理系统)nvr下拉数据显示
This commit is contained in:
parent
675ea79dcb
commit
0a6ac5163c
@ -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)=>{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user