疯狂的狮子li
2020-06-29 f0bee6af6358e07b5426df16aab37f4259de52f6
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) {