教研室模板

This commit is contained in:
2026-08-26 18:01:20 +08:00
parent f2aac5aa30
commit 2c684c3dbf
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'
})
}