From 71b36578336675238613bf6da2775c621968cb99 Mon Sep 17 00:00:00 2001 From: wenyann <64353056+wenyann@users.noreply.github.com> Date: Thu, 21 May 2020 11:59:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../settings/system/SystemParameterSetting.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/frontend/src/business/components/settings/system/SystemParameterSetting.vue b/frontend/src/business/components/settings/system/SystemParameterSetting.vue index 5446c9d2d6..c8cd98cb38 100644 --- a/frontend/src/business/components/settings/system/SystemParameterSetting.vue +++ b/frontend/src/business/components/settings/system/SystemParameterSetting.vue @@ -12,7 +12,7 @@ + v-on:input="host('host')"> @@ -20,7 +20,7 @@ + v-on:input="port('port')"> @@ -28,7 +28,7 @@ + v-on:input="account('account')"> @@ -42,13 +42,13 @@
- +
- +
- +
@@ -111,9 +111,10 @@ } } }, + + methods: { host() { - let host = this.formInline.host; if (!host) { this.disabledConnection = true;