【修改】 word pptx 出题考点回显BUG

This commit is contained in:
DESKTOP-932OMT8\REN
2025-05-29 21:43:47 +08:00
parent b230bad6f0
commit 17273995f8
2 changed files with 3 additions and 0 deletions

View File

@@ -464,6 +464,7 @@ const open = async (queryParams: any, type: string, id?: number) => {
try {
const res = await QuestionApi.getQuestion(id)
formData.value = res
list.value = formData.value.answerList
documentList.value = res.fileUploads
} finally {
formLoading.value = false

View File

@@ -486,6 +486,8 @@ const open = async (queryParams: any, type: string, id?: number) => {
try {
const res = await QuestionApi.getQuestion(id)
formData.value = res
console.log(formData.value)
list.value = formData.value.answerList
documentList.value = res.fileUploads
} finally {
formLoading.value = false