From bcba3b99585941adbe5420428b8c844d50d23380 Mon Sep 17 00:00:00 2001 From: dlaren Date: Sun, 17 Aug 2025 20:24:55 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=20PPT?= =?UTF-8?q?=E5=87=BA=E9=A2=98=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/paper/question/WpsPptxForm.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/paper/question/WpsPptxForm.vue b/src/views/paper/question/WpsPptxForm.vue index 7d4f4da..98fedb7 100644 --- a/src/views/paper/question/WpsPptxForm.vue +++ b/src/views/paper/question/WpsPptxForm.vue @@ -414,7 +414,7 @@ interface PptxPoints { method?: string; } let pptxPointsInfosList: PptxPoints[] = [] -const removePoint = (index: number) => { +const removePoint = (row) => { // list.value.splice(index, 1) for (let i = 0; i < list.value.length; i++) { if (row.content == list.value[i].content) { @@ -439,7 +439,7 @@ const documentList = ref([ quId: '', url: '', fileType: '1', - fileName: '' + fileName: '文档' }, { quId: '', @@ -756,7 +756,7 @@ const resetForm = () => { quId: '', url: '', fileType: '1', - fileName: '' + fileName: '文档' }, { quId: '',