natasha 5 meses atrás
pai
commit
9c9fba56c7
1 arquivos alterados com 1 adições e 0 exclusões
  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,