| | |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <div style="background: #fff; height: 100%"> |
| | | <el-card class="trackClass" style="overflow-y: auto;"> |
| | | <el-card class="trackClass" style="overflow-y: auto"> |
| | | <div |
| | | style="margin-top: 20px" |
| | | role="tab" |
| | |
| | | |
| | | <script> |
| | | import axios from "axios"; |
| | | |
| | | import { getclient } from "@/api/real/real"; |
| | | export default { |
| | | inject: ["reload"], |
| | | data() { |
| | |
| | | this.getList(); |
| | | this.getAudios(); |
| | | this.getImgAndVideo(); |
| | | this.getVideo(); |
| | | this.$refs.mapDiv.onload = () => { |
| | | window.frames[0].init("AlertSecurity", { |
| | | x: this.form.jd, |
| | |
| | | this.feedbackVideo = resdata.data.data[0].sp[0]; |
| | | }); |
| | | }, |
| | | |
| | | getVideo() { |
| | | getclient(this.form.id).then((res) => { |
| | | if (res.data.data.vaddress == "") { |
| | | this.getVideo(); |
| | | } else { |
| | | this.vaddress = res.data.data.vaddress; |
| | | } |
| | | }); |
| | | }, |
| | | }, |
| | | }; |
| | | </script> |