瀏覽代碼

删除window vmm,_vm

yunxing 4 年之前
父節點
當前提交
3bc28aa216
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      src/components/floorMap/index.vue
  2. 0 1
      src/views/equipment/index.vue

+ 0 - 1
src/components/floorMap/index.vue

@@ -236,7 +236,6 @@ export default {
         },
         },
         // 查看浮层设备详情
         // 查看浮层设备详情
         handleClickEquipDetail: debounce(function (row, column, event) {
         handleClickEquipDetail: debounce(function (row, column, event) {
-            window.vmm = this
             // 设备状态为停用或已拆除时,弹出消息
             // 设备状态为停用或已拆除时,弹出消息
             if (this.statusDisabled.includes(row?.sb_status)) {
             if (this.statusDisabled.includes(row?.sb_status)) {
                 let message = `当前设备状态为“${row.sb_status}”,请复核现场情况,如有需要请前往编辑器删除。` // `当前设备为“${row.sb_status}”状态,请前往编辑器重新编辑`
                 let message = `当前设备状态为“${row.sb_status}”,请复核现场情况,如有需要请前往编辑器删除。` // `当前设备为“${row.sb_status}”状态,请前往编辑器重新编辑`

+ 0 - 1
src/views/equipment/index.vue

@@ -272,7 +272,6 @@ export default {
         },
         },
     },
     },
     mounted() {
     mounted() {
-        window._vm = this
         // if (Object.keys(this.floorObj).length > 0) {
         // if (Object.keys(this.floorObj).length > 0) {
         //     this.floorInfo = this.floorObj
         //     this.floorInfo = this.floorObj
         // }
         // }