Merge remote-tracking branch 'yx/250429-report-wjh' into test20250220

This commit is contained in:
joshen
2025-04-30 17:18:29 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ export const boeuExamPageList = (obj) => http.post('/report/boeu/exam/pageList',
//概览页面案例列表请求接口
export const boeuCasePageList = (obj) => http.post('/report/boeu/case/pageList', obj)
// 请求组织接口
export const userGetUserOrg = (obj) => https.get(`/report/organization/all/tree`,obj)
export const userGetUserOrg = (obj) => https.get(`/organization/all/tree`,obj)
// 请求所属组织接口
export const userInfo = (obj) => https.post('/report/user/info', obj)
// 课程列表接口

View File

@@ -905,7 +905,7 @@ export default {
},
{
title: "创建人",
dataIndex: "creator",
dataIndex: "createName",
ellipsis: true,
width: 120,
align: "center",
@@ -1316,8 +1316,8 @@ export default {
columns.value = [
{
title: "课程名称",
dataIndex: "offcourseName",
key: "offcourseName",
dataIndex: "offCourseName",
key: "offCourseName",
width: 120,
ellipsis: true,
align: "left",