fix:代码生成删除表同时会执行同步操作

This commit is contained in:
不做码农 2023-02-16 15:50:32 +08:00
parent ffe8452d66
commit 8affc73527

View File

@ -285,6 +285,7 @@ function handleCommand(command, row) {
break
case 'delete':
handleDelete(row)
break
case 'sync':
handleSynchDb(row)
break