ruoyi-ui/src/views/tool/gen/index.vue
@@ -270,7 +270,7 @@ return synchDb(tableName); }).then(() => { this.msgSuccess("同步成功"); }).catch(function() {}); }) }, /** 打开导入表弹窗 */ openImportTable() { @@ -313,7 +313,7 @@ }).then(() => { this.getList(); this.msgSuccess("删除成功"); }).catch(function() {}); }) } } };