提交: 修复 摄像头选择设备是出现 确认按钮 名称问题
This commit is contained in:
parent
ebc5958ed8
commit
f0f9da7455
|
@ -1034,7 +1034,7 @@ export default {
|
|||
this.form.videoAddress = this.selectResult.videoAddress;
|
||||
this.form.siteName = this.selectResult.siteName;
|
||||
} else if (this.selectResult.tableType === "device") {
|
||||
this.form.videoName = this.selectResult.deviceName;
|
||||
this.form.videoName = this.selectResult.videoName;
|
||||
this.form.devChannel = this.selectResult.deviceKey;
|
||||
}
|
||||
this.selectTableShow = false;
|
||||
|
|
Loading…
Reference in New Issue