RuoYi
2020-06-24 7a9564ced517f2534721e70f331a0b8f8422a1f1
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) {