fungleo
2020-07-21 a09a342f58c282a89df6b5bc274cf8f37f8bf6f3
ruoyi-ui/src/views/tool/gen/index.vue
@@ -270,7 +270,7 @@
    /** 修改按钮操作 */
    handleEditTable(row) {
      const tableId = row.tableId || this.ids[0];
      this.$router.push({ path: "/gen/edit", query: { tableId: tableId } });
      this.$router.push("/gen/edit/" + tableId);
    },
    /** 删除按钮操作 */
    handleDelete(row) {