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 @@
+
+ {{ scope.row.blong_dept_name }}
+
{{ scope.row.create_time }}
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) {