diff --git a/ruoyi-ui/src/components/BookmarkList/index.vue b/ruoyi-ui/src/components/BookmarkList/index.vue index fa58c800d..d7fddb6e6 100644 --- a/ruoyi-ui/src/components/BookmarkList/index.vue +++ b/ruoyi-ui/src/components/BookmarkList/index.vue @@ -42,9 +42,10 @@
加载中...
没有更多了
@@ -312,7 +312,7 @@ import {listMenuByUserId} from "@/api/bookmark/menu"; import Treeselect from "@riophae/vue-treeselect"; import BookmarkOne from "../../../components/BookmarkList"; - import TinyMceEdit from "../../../views/bookmark/common/NqEdit"; + import TinyMceEdit from "../common/nqEdit"; import "@riophae/vue-treeselect/dist/vue-treeselect.css"; import { selectBymenuIdUserID, @@ -471,6 +471,7 @@ var routedata = that.$route.query.menuId; var sousuo = that.$route.query.sousuo; var property = that.$route.query.property; + var bookmarkId = that.$route.query.bookmarkId; if (routedata == undefined) { // that.queryParams.menuId = 1; } else { @@ -648,6 +649,7 @@ /** 修改按钮操作 */ handleUpdate(bookmarkId) { + console.log("handleUpdate:"+bookmarkId); this.reset(); const ibookmarkId = bookmarkId || this.ids getBookmark(ibookmarkId).then(response => { diff --git a/ruoyi-ui/src/views/bookmark/common/ImportHtml.vue b/ruoyi-ui/src/views/bookmark/common/ImportHtml.vue index 639c21bc3..fa6613cee 100644 --- a/ruoyi-ui/src/views/bookmark/common/ImportHtml.vue +++ b/ruoyi-ui/src/views/bookmark/common/ImportHtml.vue @@ -29,12 +29,12 @@