mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
feat:案例和测评接口(测试)新增内部考试选则考卷抽屉
This commit is contained in:
@@ -66,6 +66,10 @@ export const queryEvaluationDetailById = (obj) =>
|
||||
export const updateEvaluation = (obj) =>
|
||||
http.post("/evaluation/updateEvaluation", obj);
|
||||
|
||||
//测评列表查询接口
|
||||
export const choiceEvaluation = (obj) =>
|
||||
http.post(" /evaluation/choiceEvaluation", obj);
|
||||
|
||||
// 测试方法
|
||||
// import * as api from '../../api/index'
|
||||
// api.getLearnPath({}).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user