From ecf67db2b15a61aeef97e7fe378dc642ebf10da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=AE=97=E6=B4=8B?= Date: Mon, 31 Oct 2022 22:24:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20sql=E6=89=A7=E8=A1=8C=E5=99=A8=20?= =?UTF-8?q?=E8=8E=B7=E5=8F=96sql=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mayfly_go_web/src/views/ops/db/SqlExec.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mayfly_go_web/src/views/ops/db/SqlExec.vue b/mayfly_go_web/src/views/ops/db/SqlExec.vue index 5affcd7a..6ace9594 100644 --- a/mayfly_go_web/src/views/ops/db/SqlExec.vue +++ b/mayfly_go_web/src/views/ops/db/SqlExec.vue @@ -17,7 +17,7 @@ {{ `${item.name} [${item.tagPath}]` }} - {{ + {{ `${item.host}:${item.port} ${item.type}` }} @@ -926,7 +926,7 @@ const setCodermirrorValue = (value: string) => { }; const getCodermirrorValue = () => { - codemirror.getValue(); + return codemirror.getValue(); }; /**