【新增】 出题页面PPTX
This commit is contained in:

committed by
陆光LG

parent
f1477b8671
commit
43f566205c
@@ -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))
|
||||
|
Reference in New Issue
Block a user