mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-21 00:36:44 +08:00
提交修改
This commit is contained in:
@@ -115,6 +115,7 @@ import { courseType } from '@/utils/tools.js';
|
||||
import apiAudit from '@/api/system/audit.js';
|
||||
import apiHRBP from '@/api/boe/HRBP.js';
|
||||
import apiOrg from '@/api/system/organiza.js';
|
||||
import apiUserBasic from '@/api/boe/userbasic.js';
|
||||
export default {
|
||||
name: 'ucStudyIndex',
|
||||
components: { studyItem, courseForm, courseImage },
|
||||
@@ -206,6 +207,22 @@ export default {
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
}).then(()=>{
|
||||
//新的提交流程
|
||||
// apiUserBasic.getOrgHrbpInfo(row.orgId).then(rs=>{
|
||||
// if(rs.status==200 && rs.result){
|
||||
|
||||
// let req={
|
||||
// courseId:row.id,
|
||||
// email:rs.result.email,
|
||||
// courseUser:row.sysCreateBy,
|
||||
// courseName:row.name,
|
||||
// ucode:rs.result.userNo,
|
||||
// auditUser:rs.result.name,
|
||||
// //ukid:hrbpUser.user_id,
|
||||
// orgId:row.orgId,
|
||||
// orgName:rs.result.orgNamePath+'/'+rrs.result.name
|
||||
// }
|
||||
|
||||
apiOrg.getSimple(row.orgId).then(rrs=>{
|
||||
if(rrs.status==200){
|
||||
apiHRBP.getHRBP(rrs.result.kid).then(rs=>{
|
||||
|
||||
Reference in New Issue
Block a user