mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
导出
This commit is contained in:
@@ -103,6 +103,26 @@ const ids=function (data){
|
||||
return ajax.postJson(baseURL,'/xboe/subgroup/m/noteinfo/ids',data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 导出excel
|
||||
* @param {
|
||||
* ids ["",""]
|
||||
* }
|
||||
* */
|
||||
const exportExcel=function (data){
|
||||
return ajax.post('/xboe/subgroup/m/noteinfo/exportExcel',data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 导出pdf
|
||||
* @param{
|
||||
*
|
||||
* }
|
||||
* */
|
||||
const exportPdf=function (data){
|
||||
return ajax.post('/xboe/subgroup/m/noteinfo/pdf',data);
|
||||
}
|
||||
|
||||
export default {
|
||||
save,
|
||||
detail,
|
||||
@@ -115,5 +135,7 @@ export default {
|
||||
course,
|
||||
update,
|
||||
restore,
|
||||
ids
|
||||
ids,
|
||||
exportExcel,
|
||||
exportPdf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user