mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-08 02:16:43 +08:00
Merge branch 'boe_0704_line' into dev0515
This commit is contained in:
@@ -1486,6 +1486,7 @@ export default {
|
||||
let localKey = "user_" + this.userInfo.sysId + "_gids";
|
||||
let hasIds = sessionStorage.getItem(localKey);
|
||||
postData.audiences = hasIds ?? ''
|
||||
postData.isCreateCourse = true
|
||||
this.btnLoading = true;
|
||||
let $this = this;
|
||||
//2023-1-5 对于默认管理员,不需要提交hrbp。直接提交并发布
|
||||
|
||||
@@ -661,6 +661,7 @@ export default {
|
||||
if(this.audiences && this.audiences.length > 0){
|
||||
this.params.audiences = this.audiences.join(',');
|
||||
}
|
||||
this.params.isCreateCourse = false
|
||||
apiCourse.pageList(this.params).then(rs=>{
|
||||
if(rs.status==200){
|
||||
this.pageData = rs.result.list;
|
||||
|
||||
Reference in New Issue
Block a user