|
@@ -142,7 +142,6 @@
|
|
|
<script>
|
|
|
import { mapActions } from "vuex";
|
|
|
import rtspPlayer from "../common/rtsp-player/index";
|
|
|
-import cascader from "../../components/Cascader/Cascader";
|
|
|
|
|
|
// 表单验证规则
|
|
|
const rules = {
|
|
@@ -355,6 +354,9 @@ export default {
|
|
|
if (this.meta.length <= 1) return;
|
|
|
this.meta.splice(this.meta.length - 1, 1);
|
|
|
},
|
|
|
+ show() {
|
|
|
+ this.deviceList.forEach
|
|
|
+ }
|
|
|
// 传入一个id 生成树( cameraInfoTree )的id数组 "732971850158313472" "732997784550772736"
|
|
|
/* createArr(id) {
|
|
|
let tmpArr = [id]
|