exam-table

This commit is contained in:
xiaomlove
2021-04-23 20:05:39 +08:00
parent ba7e5030e9
commit a0c7a7e5dc
8 changed files with 271 additions and 136 deletions
+3
View File
@@ -36,6 +36,9 @@ const api = {
listExam: (params = {}) => {
return axios.get('exam', {params: params});
},
listExamIndex: (params = {}) => {
return axios.get('exam-index', {params: params});
},
storeExam: (params = {}) => {
return axios.post('exam', params);
},