From 2acb6e6f175c4c1ca1abfdb7ca7cecf21a762d5f Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Sun, 9 May 2021 22:32:36 +0800 Subject: [PATCH] fix: exam create index disappeared --- admin/src/views/exam/form.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/admin/src/views/exam/form.vue b/admin/src/views/exam/form.vue index 93c6d02c..00811e89 100644 --- a/admin/src/views/exam/form.vue +++ b/admin/src/views/exam/form.vue @@ -154,9 +154,6 @@ export default { state.formData.status = res.data.status state.formData.is_discovered = res.data.is_discovered }) - } else { - let res = api.listExamIndex() - state.formData.indexes = res.data } }) onBeforeUnmount(() => {