From 3b1a6b490396d112eaa71fa78cecffe44c6b46c2 Mon Sep 17 00:00:00 2001
From: XiaoQiTong <69035114+XiaoQiTong@users.noreply.github.com>
Date: Sun, 27 Jul 2025 16:26:56 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E5=AD=90?=
=?UTF-8?q?=E7=A0=81=E6=B5=81=E6=8C=87=E5=AE=9A=E9=97=AE=E9=A2=98=EF=BC=8C?=
=?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BF=AE=E6=94=B9=E5=8D=95=E4=B8=AA=E9=80=9A?=
=?UTF-8?q?=E9=81=93=E7=A0=81=E6=B5=81=E4=BC=9A=E5=85=A8=E9=83=A8=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9=E7=9A=84bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
web/src/api/device.js | 3 ++-
web/src/views/device/channel/index.vue | 8 ++++----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/web/src/api/device.js b/web/src/api/device.js
index 3d0ac77ca..10516dac9 100644
--- a/web/src/api/device.js
+++ b/web/src/api/device.js
@@ -185,12 +185,13 @@ export function changeChannelAudio(params) {
}
export function updateChannelStreamIdentification(params) {
- const { deviceDbId, streamIdentification } = params
+ const { deviceDbId, streamIdentification, id } = params
return request({
method: 'post',
url: `/api/device/query/channel/stream/identification/update/`,
params: {
deviceDbId: deviceDbId,
+ id: id,
streamIdentification: streamIdentification
}
})
diff --git a/web/src/views/device/channel/index.vue b/web/src/views/device/channel/index.vue
index 4089903fd..167d2dd61 100755
--- a/web/src/views/device/channel/index.vue
+++ b/web/src/views/device/channel/index.vue
@@ -55,8 +55,8 @@
-
-
+
+
@@ -123,8 +123,8 @@
-
-
+
+