修复码流类型的设置与重置

This commit is contained in:
648540858
2024-10-22 22:54:37 +08:00
parent 92ccadf4bf
commit 2be43429fb
4 changed files with 5 additions and 6 deletions

View File

@@ -494,8 +494,9 @@ export default {
method: 'post',
url: `/api/device/query/channel/stream/identification/update/`,
params: {
deviceId: this.deviceId,
deviceDbId: this.device.id,
streamIdentification: this.subStream
}
}).then((res)=> {
console.log(JSON.stringify(res));
@@ -513,8 +514,8 @@ export default {
method: 'post',
url: `/api/device/query/channel/stream/identification/update/`,
params: {
deviceId: this.deviceId,
channelId: row.channelId,
deviceDbId: row.deviceDbId,
id: row.id,
streamIdentification: row.streamIdentification
}
}).then(function (res) {