fix:代码生成删除表同时会执行同步操作
This commit is contained in:
parent
ffe8452d66
commit
8affc73527
@ -285,6 +285,7 @@ function handleCommand(command, row) {
|
||||
break
|
||||
case 'delete':
|
||||
handleDelete(row)
|
||||
break
|
||||
case 'sync':
|
||||
handleSynchDb(row)
|
||||
break
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user