RuoYi
2020-12-08 fbc071a5736d74d5c5918a6121366bdac666dae1
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() {});
      })
    }
  }
};