1078-优化点播以及通道表结构

This commit is contained in:
648540858
2024-06-08 00:46:08 +08:00
parent 6ae623d639
commit 595d9be283
10 changed files with 85 additions and 39 deletions

View File

@@ -30,6 +30,8 @@ class JTDeviceService{
deviceId: deviceId
},
}).then((res) => {
console.log(11)
console.log(res)
if (typeof (callback) == "function") callback(res.data)
}).catch((error) => {
console.log(error);
@@ -53,7 +55,7 @@ class JTDeviceService{
getAllChannel(currentPage, count, searchSrt, deviceId, callback, endCallback, errorCallback) {
getAllChannel(currentPage, count, searchSrt, deviceId, endCallback, errorCallback) {
this.$axios({
method: 'get',
url: `/api/jt1078/terminal/channel/list`,