From f0f9da7455e1e9a7389bfab2122b5e43e0badf40 Mon Sep 17 00:00:00 2001 From: 23688nl <329261568@qq.com> Date: Thu, 15 Sep 2022 17:54:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=EF=BC=9A=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20=E6=91=84=E5=83=8F=E5=A4=B4=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E6=98=AF=E5=87=BA=E7=8E=B0=20=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E6=8C=89=E9=92=AE=20=E5=90=8D=E7=A7=B0=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iot/video/camera/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/iot/video/camera/index.vue b/src/views/iot/video/camera/index.vue index b10f62f8..b3bacfe8 100644 --- a/src/views/iot/video/camera/index.vue +++ b/src/views/iot/video/camera/index.vue @@ -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;