RuoYi
2020-10-10 b0965653bf43ba99a13f925fa7314f4ad891ccab
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() {});
      })
    }
  }
};