From 241f196a31a5378f7d2e1154ea9e827595d6ce4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=8A=B2=E6=9D=BE?= Date: Tue, 14 Apr 2020 09:48:02 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20result-table=E7=BB=93=E6=9E=9C=E5=87=BA?= =?UTF-8?q?=E6=9D=A5=E4=B9=8B=E5=89=8Dgo=E6=8C=89=E9=92=AE=E4=B8=8D?= =?UTF-8?q?=E5=8F=AF=E7=82=B9=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/config/mibBrowser.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/nezha-fronted/src/components/page/config/mibBrowser.vue b/nezha-fronted/src/components/page/config/mibBrowser.vue index 8c4d7f24d..6bbe0ce4d 100644 --- a/nezha-fronted/src/components/page/config/mibBrowser.vue +++ b/nezha-fronted/src/components/page/config/mibBrowser.vue @@ -124,9 +124,8 @@ - @@ -380,6 +379,9 @@ this.getWalkData(); }, search(set) { + if (this.loading) { + return; + } if (!set) { if (this.searchParam.operation == 'set') { this.snmpSetFormVisible = true;