diff --git a/test_client/src/api/examtest.js b/test_client/src/api/examtest.js
index 14a94db..a415702 100644
--- a/test_client/src/api/examtest.js
+++ b/test_client/src/api/examtest.js
@@ -140,4 +140,11 @@ export function exportwTest(id,data) {
method: 'post',
data: data
})
+}
+
+export function deleteExamtest(id) {
+ return request({
+ url: `/examtest/examtest/${id}/`,
+ method: 'delete',
+ })
}
\ 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 983119a..deef5da 100644
--- a/test_client/src/views/analyse/examtest.vue
+++ b/test_client/src/views/analyse/examtest.vue
@@ -54,7 +54,7 @@
icon="el-icon-refresh-left"
@click="resetFilter"
>刷新重置
-