natasha 5 months ago
parent
commit
9c9fba56c7
1 changed files with 1 additions and 0 deletions
  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.bookId = this.$route.query.bookId;
       this.showContent = true;
       this.showContent = true;
     } else if (_this.$route.query.fromPage === "OBOC") {
     } else if (_this.$route.query.fromPage === "OBOC") {
+      _this.bookId = this.$route.query.bookId;
       const MethodName = "book-book_manager-GetBook";
       const MethodName = "book-book_manager-GetBook";
       const data = {
       const data = {
         id: _this.$route.query.bookId,
         id: _this.$route.query.bookId,