diff --git a/src/views/examProject.vue b/src/views/examProject.vue index aaf5df7..89bfd5b 100644 --- a/src/views/examProject.vue +++ b/src/views/examProject.vue @@ -139,7 +139,7 @@ export default { }) } else { - postExam({ data: param }).then(res => { + postExam(JSON.stringify({ data: param })).then(res => { this.$toast.clear(); console.log(res) if (res.code == 200) { diff --git a/src/views/examination.vue b/src/views/examination.vue index e507176..7dc3c40 100644 --- a/src/views/examination.vue +++ b/src/views/examination.vue @@ -1,115 +1,100 @@ \ No newline at end of file