【修改】 word pptx 出题考点回显BUG
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user