diff --git a/src/utils/api/index.js b/src/utils/api/index.js index a3e6519..c6c6dad 100644 --- a/src/utils/api/index.js +++ b/src/utils/api/index.js @@ -56,6 +56,15 @@ export function getSearchInfo(data){ data }) } +//获取实时图片数据 +export function getRealtimePhoto(data){ + return request({ + url: "/test/getPhotoList", + method: "post", + data + }) +} + //杆塔信息 //1.获取杆塔列表 diff --git a/src/views/devicePhotoSchedule/components/adddeviceDialog.vue b/src/views/devicePhotoSchedule/components/adddeviceDialog.vue index 7661763..6bb0c20 100644 --- a/src/views/devicePhotoSchedule/components/adddeviceDialog.vue +++ b/src/views/devicePhotoSchedule/components/adddeviceDialog.vue @@ -5,6 +5,7 @@ :visible.sync="isShow" :close-on-click-modal="false" width="670px" + @close="handleclose" >
- + - +
@@ -51,7 +52,7 @@ icon="el-icon-plus" type="primary" @click="addModule()" - v-if="index + 1 == ruleForm.formList.length" + v-if="index + 1 == ruleForm.list.length" >
@@ -67,7 +68,7 @@