mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-26 01:16:36 +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) => {
|
const changeInstance = (inst: any, fn?: Function) => {
|
||||||
debugger
|
|
||||||
state.dbId = inst.id
|
state.dbId = inst.id
|
||||||
state.dbType = inst.type
|
state.dbType = inst.type
|
||||||
fn && fn()
|
fn && fn()
|
||||||
|
|||||||
Reference in New Issue
Block a user