排课窗口单元格单击双选问题修复

This commit is contained in:
2026-09-20 17:22:55 +08:00
parent f5a5c89ee3
commit 7b84d499a9
4 changed files with 75 additions and 18 deletions
+3 -1
View File
@@ -20,7 +20,9 @@ export function importTeachingPlan(file) {
return request({
url: '/teachingPlan/import',
method: 'post',
data: formData
data: formData,
headers: { 'Content-Type': 'multipart/form-data' },
timeout: 60000
})
}