RuoYi
2022-02-21 0587b81abd3bdb77e7cb266a4e33f8b04ce40f93
src/views/tool/gen/editTable.vue
@@ -181,7 +181,7 @@
}
(() => {
  const tableId = route.query && route.query.tableId;
  const tableId = route.params && route.params.tableId;
  if (tableId) {
    // 获取表详细信息
    getGenTable(tableId).then(res => {