feat:增加外部考试考试成绩导入,增加内部考试外部考试创建时参数区分。

This commit is contained in:
wyx
2023-02-10 11:53:38 +08:00
parent 89ab60f743
commit 63641d55b7
2 changed files with 16 additions and 10 deletions

View File

@@ -235,7 +235,7 @@
const state = reactive({
fileType: ["xls", "xlsx"],
importScore:
process.env.VUE_APP_BASE_API + "/admin/external/exam/manage/importExternalExamScore",
process.env.VUE_APP_BASE_API + "/admin/external/exam/manage/ImportExternalScore",
uploadpercent: -1,
uploadErr: false, //上传失败
addLoading: false,