diff --git a/src/utils/api/index.js b/src/utils/api/index.js
index bd2cfad..2858e5d 100644
--- a/src/utils/api/index.js
+++ b/src/utils/api/index.js
@@ -173,6 +173,23 @@ export function updateScheduleRulel(data) {
data,
});
}
+//5.获取所有通道
+export function getScheduleRulelAccessList(data) {
+ return request({
+ url: "/test/getChannelTreeList",
+ method: "post",
+ data,
+ });
+}
+//6.设置时间表通道
+export function setScheduleRulel(data) {
+ return request({
+ url: "/test/getScheduleRulelList",
+ method: "post",
+ data,
+ });
+}
+
//线路信息管理接口数据
//获取电压等级列表
diff --git a/src/views/devicePhotoSchedule/components/adddeviceDialog.vue b/src/views/devicePhotoSchedule/components/adddeviceDialog.vue
index 7dffdc4..35a03aa 100644
--- a/src/views/devicePhotoSchedule/components/adddeviceDialog.vue
+++ b/src/views/devicePhotoSchedule/components/adddeviceDialog.vue
@@ -1,36 +1,15 @@
-
-
+
+
-
+
-
+
-
diff --git a/src/views/devicePhotoSchedule/components/setdevice.vue b/src/views/devicePhotoSchedule/components/setdevice.vue
new file mode 100644
index 0000000..13d6281
--- /dev/null
+++ b/src/views/devicePhotoSchedule/components/setdevice.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/devicePhotoSchedule/index.vue b/src/views/devicePhotoSchedule/index.vue
index 52c3c11..65e2ece 100644
--- a/src/views/devicePhotoSchedule/index.vue
+++ b/src/views/devicePhotoSchedule/index.vue
@@ -2,20 +2,11 @@