门户课程搜索,获取受众权限,修改为新的接口

This commit is contained in:
daihh
2023-03-01 12:08:07 +08:00
parent 33f058fd2b
commit 9186d435aa
3 changed files with 28 additions and 15 deletions

View File

@@ -1279,8 +1279,8 @@
contentId: this.contentData.id, //内容id,
contentType: this.contentData.contentType,
contentName: this.contentData.contentName, //内容名称
progress: 0,
status: 1,
progress: 1,
status: 2,
contentTotal: this.totalContent
};
apiStudy.studyContent(params).then(res => {