zhangjie 1 year ago
parent
commit
236170ee9d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/modules/mark/views/MarkManage.vue

+ 4 - 0
src/modules/mark/views/MarkManage.vue

@@ -140,6 +140,10 @@
       ref="ImportFile"
       title="导入阅卷数据"
       :upload-url="uploadUrl"
+      :upload-data="{
+        semesterId: filter.semesterId,
+        examId: filter.examId,
+      }"
       :format="['xls', 'xlsx']"
       :download-handle="() => downloadTemplate('markStudent')"
       :download-filename="dfilename"