Merge branch 'boe_0704_line' into dev0515

This commit is contained in:
zhangsir
2024-07-04 16:25:18 +08:00
2 changed files with 2 additions and 0 deletions

View File

@@ -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。直接提交并发布

View File

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