|
@@ -34,6 +34,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
+/* 用在的地方 分别是 设备信息 摄像头管理*/
|
|
|
import { mapActions } from "vuex";
|
|
|
|
|
|
// 区域树 code
|
|
@@ -169,7 +170,6 @@ export default {
|
|
|
// this.isShowDialogMount = false;
|
|
|
// this.$parent.$props.visible = false
|
|
|
this.$emit('cancel')
|
|
|
- console.log(this.$parent.$props)
|
|
|
},
|
|
|
fail: err => {
|
|
|
if (err.errMsg) this.$message.error(err.errMsg);
|