【新增】 出题页面PPTX

This commit is contained in:
DESKTOP-932OMT8\REN
2025-05-29 15:39:50 +08:00
committed by 陆光LG
parent f1477b8671
commit 43f566205c
7 changed files with 778 additions and 10 deletions

View File

@@ -377,9 +377,9 @@ const handleCheckChange = (data: Tree, checked: boolean, indeterminate: boolean)
const addWordInfo = async () => {
// http://115.120.213.238:9000/exam/9f7d8f5d7c68cc2bfd03a23c19045efe7ba13a4bebeb833abece146908bcd0c6.docx documentList.value[1].url
// if (documentList.value[2].url == '' || documentList.value[2].url == null) {
// return
// }
if (documentList.value[2].url == '' || documentList.value[2].url == null) {
return
}
const res = await WordApi.getWordInfo(documentList.value[2].url)
wordPointsList.value = []
wordPointsList.value.push(...handleTree(res))