修改试卷组别逻辑

This commit is contained in:
2023-03-02 17:58:55 +08:00
parent 5d38863f4d
commit 33b290c61f
6 changed files with 324 additions and 150 deletions

View File

@@ -28,6 +28,13 @@ const api = {
method: 'post',
data
})
}
},
getExamGroupList: data => { // 获取试卷组别
return service({
url: '/exam/type',
method: 'get',
params:data
})
},
}
export default api