natasha 7 月之前
父节点
当前提交
9c9fba56c7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/courseView.vue

+ 1 - 0
src/views/courseView.vue

@@ -354,6 +354,7 @@ export default {
       _this.bookId = this.$route.query.bookId;
       this.showContent = true;
     } else if (_this.$route.query.fromPage === "OBOC") {
+      _this.bookId = this.$route.query.bookId;
       const MethodName = "book-book_manager-GetBook";
       const data = {
         id: _this.$route.query.bookId,