RuoYi
2022-04-08 1baa04f45999cac9390d1e7b5e6d3bf806b25db3
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 => {