From 92d7b2474cdd14cf4e5a32453686ad036a9708a8 Mon Sep 17 00:00:00 2001 From: dlaren Date: Mon, 1 Sep 2025 17:04:17 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=20PPTX?= =?UTF-8?q?=E5=87=BA=E9=A2=98=E7=9A=84=E6=97=B6=E5=80=99=E5=B8=A6=E4=B8=8A?= =?UTF-8?q?'=E7=AC=AC=E5=87=A0=E9=A1=B5'=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/paper/question/WpsPptxForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/paper/question/WpsPptxForm.vue b/src/views/paper/question/WpsPptxForm.vue index 43771a1..635e0a2 100644 --- a/src/views/paper/question/WpsPptxForm.vue +++ b/src/views/paper/question/WpsPptxForm.vue @@ -508,7 +508,7 @@ const handleNodelClick = async (row: any) => { return } // 获取名称 - chineseName.value = '【' + row.name + '】' + chineseName.value = '【' + row.belongTo +'】【' + row.name + '】' textIndex.value = row.index const res = await PptxApi.getSlideByNameList(row.type) pptxPointsInfoList.value = [] @@ -638,7 +638,7 @@ const deleteUrl = (index: number) => { const handleUploadSuccess = ({ url, fileType }) => { const index = documentList.value.findIndex((item) => item.fileType === fileType) if (index !== -1) { - documentList.value[index].url = url + documentList.value[index].url = url1 } } /** 打开弹窗 */