feat:案例和测评接口(测试)新增内部考试选则考卷抽屉

This commit is contained in:
Ggysh-7
2022-11-18 13:00:15 +08:00
parent ec7c437c17
commit 987d683e06
7 changed files with 558 additions and 169 deletions

4
src/api/indexCase.js Normal file
View File

@@ -0,0 +1,4 @@
import http from "./config";
//获取案例信息
export const queryCasesDetailList = (obj) => http.post(" /cases/queryCasesDetailList", obj);