提交: 修复 摄像头选择设备是出现 确认按钮 名称问题

This commit is contained in:
23688nl 2022-09-15 17:54:41 +08:00
parent ebc5958ed8
commit f0f9da7455
1 changed files with 1 additions and 1 deletions

View File

@ -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;