添案例接口添多数据情况批量标记弹窗封装新增查答卷查投票抽屉考勤面管添在线注释及清空考和测管内容判断

This commit is contained in:
Ggysh-7
2022-11-21 13:32:21 +08:00
parent 5a9c5ad274
commit 0fe0e74a75
22 changed files with 1259 additions and 1075 deletions

View File

@@ -68,7 +68,7 @@ export const updateEvaluation = (obj) =>
//测评列表查询接口
export const choiceEvaluation = (obj) =>
http.post(" /evaluation/choiceEvaluation", obj);
http.post("/evaluation/choiceEvaluation", obj);
// 测试方法
// import * as api from '../../api/index'