forked from liweijie/education
教研室模板
This commit is contained in:
@@ -35,3 +35,12 @@ export function disableOffice(jysdh) {
|
||||
params: { jysdh: jysdh }
|
||||
})
|
||||
}
|
||||
|
||||
// 下载教研室导入模板
|
||||
export function downloadOfficeTemplate() {
|
||||
return request({
|
||||
url: '/download/jys',
|
||||
method: 'get',
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user