diff --git a/src/utils/api/index.js b/src/utils/api/index.js index 57fdcee..4f0a025 100644 --- a/src/utils/api/index.js +++ b/src/utils/api/index.js @@ -386,3 +386,13 @@ export function getTerminalInfoJoggle(data) { data, }); } + + +//根据通道编号获取设备列表 +export function getTermListByChannelJoggle(data) { + return request({ + url: "/api/getTermListByChannel ", + method: "post", + data, + }); +} diff --git a/src/views/devicePhotoSchedule/components/setdevice.vue b/src/views/devicePhotoSchedule/components/setdevice.vue index f37e6eb..316d3f7 100644 --- a/src/views/devicePhotoSchedule/components/setdevice.vue +++ b/src/views/devicePhotoSchedule/components/setdevice.vue @@ -8,7 +8,12 @@ >