疯狂的狮子li
2020-10-12 8ca53c7666756073f2103a9235f927faf84a151e
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() {});
      })
    }
  }
};