葛瑞士
2020-12-09 cf7f51a6337fb97525c7fcfb5d6b1afb7e10ac9f
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() {});
      })
    }
  }
};