linan 5 vuotta sitten
vanhempi
commit
9c6cc4cf57
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/components/mountForm/mountForm.vue

+ 1 - 1
src/components/mountForm/mountForm.vue

@@ -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);