Explorar el Código

删除window.vmm

yunxing hace 4 años
padre
commit
015bafeb1a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/components/floorMap/index.vue

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

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