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模板名称 */