diff --git a/test_client/src/api/examtest.js b/test_client/src/api/examtest.js index 1f01cdb..14a94db 100644 --- a/test_client/src/api/examtest.js +++ b/test_client/src/api/examtest.js @@ -132,4 +132,12 @@ export function exportTest(query) { method: 'get', params: query }) +} + +export function exportwTest(id,data) { + return request({ + url: `/examtest/examtest/${id}/exportw/`, + method: 'post', + data: data + }) } \ No newline at end of file diff --git a/test_client/src/views/analyse/examtest.vue b/test_client/src/views/analyse/examtest.vue index 9f0d67f..6c3de1e 100644 --- a/test_client/src/views/analyse/examtest.vue +++ b/test_client/src/views/analyse/examtest.vue @@ -18,7 +18,7 @@ + + + @@ -94,14 +97,20 @@ - + @@ -116,7 +125,7 @@