mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-02 23:40:24 +08:00
debugger
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user