natasha 5 ماه پیش
والد
کامیت
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,