mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-21 00:36:44 +08:00
Merge branch 'master' of codeup.aliyun.com:6265f483e4166464dc2f9c14/boeu/portal
This commit is contained in:
@@ -395,6 +395,7 @@ import apiUserGroup from '../../api/modules/usergroup.js';
|
||||
import apiTeacher from '../../api/modules/teacher.js';
|
||||
import apiTag from '../../api/modules/tag.js';
|
||||
import apiHRBP from '../../api/boe/HRBP.js';
|
||||
import apiUserBasic from '../../api/boe/userbasic.js';
|
||||
import apiCourse from '../../api/modules/course.js';
|
||||
import apiOrg from '../../api/system/organiza.js';
|
||||
import apiUser from '../../api/system/user.js';
|
||||
@@ -544,7 +545,6 @@ export default {
|
||||
this.loadResOwners();
|
||||
this.loadSysTypes();
|
||||
this.loadUserGroup();
|
||||
|
||||
},
|
||||
methods: {
|
||||
showChooseOrg(){
|
||||
|
||||
@@ -946,6 +946,7 @@
|
||||
return;
|
||||
}
|
||||
let postData={
|
||||
type:10,
|
||||
content:null,
|
||||
homework:null,
|
||||
exam:null
|
||||
|
||||
Reference in New Issue
Block a user