fungleo
2020-07-21 3e1bd8e3bc6c94ed5fc39ee7955a1aef97c68d97
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) {