|
@@ -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,
|