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(); }; /**