若依
2022-03-18 a5c8a36031c5839493731755e7f6aeced745e0b2
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 => {