From 2f067ff199104ce3c19e3a62da5a297d6ac93cb2 Mon Sep 17 00:00:00 2001 From: zty Date: Thu, 13 Jun 2024 17:10:39 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Aexam/examRecord=20userExam?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/views/exam/examRecord.vue | 3 +++ client/src/views/system/userExam.vue | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/client/src/views/exam/examRecord.vue b/client/src/views/exam/examRecord.vue index 10cc746..cabb414 100644 --- a/client/src/views/exam/examRecord.vue +++ b/client/src/views/exam/examRecord.vue @@ -90,6 +90,9 @@ 图片 + + + diff --git a/client/src/views/system/userExam.vue b/client/src/views/system/userExam.vue index 30cabc9..f3f736c 100644 --- a/client/src/views/system/userExam.vue +++ b/client/src/views/system/userExam.vue @@ -330,6 +330,9 @@ export default { // roles: [], saveLoading:false, fileList: [], + impForm:{ + file:'' + }, impDialogVisible: false, listLoading: true, downloadUrl: process.env.VUE_APP_BASE_API, @@ -414,11 +417,9 @@ export default { this.impForm.file = ''; }, handleUpSuccess(res, file, filelist) { - this.Content.file = res.data.id; this.impForm.file = res.data.path; }, handleRemove(file, filelist) { - this.Content.file = null; this.impForm.file = ''; }, handlePreview(file) {