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 } } /** 打开弹窗 */