修复推流添加国标时未添加流媒体服务器信息
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
console.log(row)
|
||||
},
|
||||
addToGB: function(row){
|
||||
this.$refs.addStreamTOGB.openDialog({app: row.app, stream: row.stream}, this.initData);
|
||||
this.$refs.addStreamTOGB.openDialog({app: row.app, stream: row.stream, mediaServerId: row.mediaServerId}, this.initData);
|
||||
},
|
||||
removeFromGB: function(row){
|
||||
var that = this;
|
||||
|
||||
Reference in New Issue
Block a user