mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-10 03:10:25 +08:00
fix: 数据同步相关bug修复
This commit is contained in:
@@ -278,7 +278,6 @@ watch(tabActiveName, async (newValue: string) => {
|
||||
await handleGetTargetFields();
|
||||
break;
|
||||
case 'targetDb':
|
||||
await handleGetSrcFields();
|
||||
await handleGetTargetFields();
|
||||
if (state.form.targetDbId && state.form.targetDbName) {
|
||||
await loadDbTables(state.form.targetDbId, state.form.targetDbName);
|
||||
|
||||
Reference in New Issue
Block a user