|
@@ -165,6 +165,7 @@ export default {
|
|
|
cur_page: this.pageNum,
|
|
|
publish_status: 1,
|
|
|
is_control_publish_scope: 'true',
|
|
|
+ is_enable_book_org_free_license_query: "true",
|
|
|
type_id_list: this.typeId
|
|
|
}).then((res) => {
|
|
|
this.CourseList = res
|
|
@@ -179,6 +180,7 @@ export default {
|
|
|
cur_page: this.pageNum,
|
|
|
publish_status: 1,
|
|
|
is_control_publish_scope: 'true',
|
|
|
+ is_enable_book_org_free_license_query: "true"
|
|
|
}).then((res) => {
|
|
|
this.CourseList = res
|
|
|
this.loading = false
|