Merge remote-tracking branch 'origin/main'

This commit is contained in:
2026-08-26 18:08:17 +08:00
2 changed files with 21 additions and 1 deletions
+9
View File
@@ -35,3 +35,12 @@ export function disableOffice(jysdh) {
params: { jysdh: jysdh }
})
}
// 下载教研室导入模板
export function downloadOfficeTemplate() {
return request({
url: '/download/jys',
method: 'get',
responseType: 'blob'
})
}