|
|
|
@ -91,9 +91,9 @@ export default { |
|
|
|
|
// 判分点
|
|
|
|
|
getBcJudgmentPoint: `${host}/judgment/bcJudgmentPoint/getBcJudgmentPoint`, // 获取编程类判分点列表(分页)
|
|
|
|
|
getLcJudgmentPoint: `${host}/judgment/lcJudgmentPoint/queryAllJudgmentPoint`, // 获取流程类判分点列表(分页)
|
|
|
|
|
addProjectJudgment: `${host}occupationlab/projectJudgment/addProjectJudgment`, // 添加项目管理、判分点中间表
|
|
|
|
|
updateProjectJudgment: `${host}occupationlab/projectJudgment/updateProjectJudgment`, // 判分点中间表批量更新
|
|
|
|
|
deleteProjectJudgment: `${host}occupationlab/projectJudgment/deleteProjectJudgment`, // 判分点中间表批量删除
|
|
|
|
|
addProjectJudgment: `${host}/occupationlab/projectJudgment/addProjectJudgment`, // 添加项目管理、判分点中间表
|
|
|
|
|
updateProjectJudgment: `${host}/occupationlab/projectJudgment/updateProjectJudgment`, // 判分点中间表批量更新
|
|
|
|
|
deleteProjectJudgment: `${host}/occupationlab/projectJudgment/deleteProjectJudgment`, // 判分点中间表批量删除
|
|
|
|
|
|
|
|
|
|
// 课程管理三级联查
|
|
|
|
|
courseDiscipline: `${host}/nakadai/nakadai/subject/courseDiscipline`, //课程学科类别
|
|
|
|
@ -159,6 +159,7 @@ export default { |
|
|
|
|
deleteTable: `${host}/data/data/table/deleteTable`, |
|
|
|
|
previewData: `${host}/data/data/preview`, |
|
|
|
|
staticPreview: `${host}/data/data/staticPreview`, |
|
|
|
|
editTableName: `${host}/data/data/table/editTableName`, |
|
|
|
|
|
|
|
|
|
// 产品管理
|
|
|
|
|
deleteProduct: `${host}/data/data/product/delete`, |
|
|
|
@ -166,5 +167,8 @@ export default { |
|
|
|
|
listByEntity: `${host}/data/data/product/listByEntity`, |
|
|
|
|
saveProduct: `${host}/data/data/product/save`, |
|
|
|
|
updateProduct: `${host}/data/data/product/update`, |
|
|
|
|
saveRecord: `${host}/data/data/dataRecord/saveRecord` |
|
|
|
|
saveRecord: `${host}/data/data/dataRecord/saveRecord`, |
|
|
|
|
addKeyword: `${host}/data/keyword/addKeyword`, |
|
|
|
|
deleteKeyword: `${host}/data/keyword/deleteKeyword`, |
|
|
|
|
getKeywordByTableId: `${host}/data/keyword/getKeywordByTableId` |
|
|
|
|
}; |