1078-部标通道添加音频控制

This commit is contained in:
648540858
2024-06-07 00:20:52 +08:00
parent 5d5d654410
commit 913d358a11
7 changed files with 23 additions and 2 deletions

View File

@@ -359,7 +359,7 @@ export default {
updateChannel: function (row) {
this.$axios({
method: 'post',
url: `/api/device/query/channel/update/${this.deviceId}`,
url: `/api/jt1078/terminal/channel/update`,
params: row
}).then(function (res) {
console.log(JSON.stringify(res));
@@ -414,7 +414,6 @@ export default {
type: "success",
});
setTimeout(this.getList, 200)
})
},
treeNodeClickEvent: function (device, data, isCatalog) {