mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 05:46:43 +08:00
在线增加参数
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。直接提交并发布
|
||||
|
||||
Reference in New Issue
Block a user