diff --git a/mayfly_go_web/src/views/ops/db/SqlExec.vue b/mayfly_go_web/src/views/ops/db/SqlExec.vue index 92eb8a4d..93e7c424 100644 --- a/mayfly_go_web/src/views/ops/db/SqlExec.vue +++ b/mayfly_go_web/src/views/ops/db/SqlExec.vue @@ -1759,7 +1759,6 @@ const loadSchemaTables = async (inst: any, schema: string, fn: Function) => { // 选择数据库实例 const changeInstance = (inst: any, fn?: Function) => { - debugger state.dbId = inst.id state.dbType = inst.type fn && fn()