From 9a9f44779fff8655bd1f196f1e4cdb7524b4be2b Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Wed, 15 Jul 2020 20:47:17 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=BC=8F=E6=8F=90=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/config/promServer.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nezha-fronted/src/components/page/config/promServer.vue b/nezha-fronted/src/components/page/config/promServer.vue index c9fa26076..68fb327ab 100644 --- a/nezha-fronted/src/components/page/config/promServer.vue +++ b/nezha-fronted/src/components/page/config/promServer.vue @@ -244,14 +244,17 @@ methods: { // 全屏 fullScreen() { + let vm = this; this.$bottomBoxWindow.fullScreen(vm); }, // 退出全屏 exitFullScreen() { + let vm = this; this.$bottomBoxWindow.exitFullScreen(vm); }, // 鼠标拖动二级列表 listResize(e) { + let vm = this; this.$bottomBoxWindow.listResize(vm, e); }, convertToDetail(obj) {