This commit is contained in:
刘宗洋
2023-02-07 11:06:43 +08:00
parent 311a048af5
commit 6ee815b71d

View File

@@ -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()