From d7263f2b3cdf3163370a5d3346f57c975a30de29 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 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mayfly_go_web/src/views/ops/db/SqlExec.vue b/mayfly_go_web/src/views/ops/db/SqlExec.vue index 4b139073..5e6ad209 100644 --- a/mayfly_go_web/src/views/ops/db/SqlExec.vue +++ b/mayfly_go_web/src/views/ops/db/SqlExec.vue @@ -931,11 +931,6 @@ const changeDb = (db: string) => { getSqlNames(); }; -const addTableSuggestions = (tables: any[]) => { - - -} - // 选择表事件 const changeTable = async (tableName: string, execSelectSql: boolean = true) => { if (tableName == '') { @@ -1150,6 +1145,7 @@ const setCodermirrorValue = (value: string) => { codemirror.setValue(value); }; + /** * 获取用户保存的sql模板名称 */