From e419fc7329a0e5c65ce4e9becd8c89cd64607353 Mon Sep 17 00:00:00 2001 From: keqingmoe Date: Mon, 30 Dec 2024 15:01:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=97=AE=E9=A2=98=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E7=BB=84=E4=BB=B6=E7=9A=84=E9=BB=98=E8=AE=A4=E9=A1=B9?= =?UTF-8?q?=EF=BC=8C=E6=B8=85=E7=A9=BA=E9=97=AE=E9=A2=98=E5=92=8C=E7=AD=94?= =?UTF-8?q?=E6=A1=88=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/study/ProblemList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/study/ProblemList.vue b/ui/src/components/study/ProblemList.vue index 48c6f4f..7641d23 100644 --- a/ui/src/components/study/ProblemList.vue +++ b/ui/src/components/study/ProblemList.vue @@ -170,8 +170,8 @@ const editedItem = ref({ }); const defaultItem = ref({ id: 0, - problem: '1', - answer: '1', + problem: '', + answer: '', check_error: 0, });