mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +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);
|
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 {
|
export default {
|
||||||
save,
|
save,
|
||||||
detail,
|
detail,
|
||||||
@@ -115,5 +135,7 @@ export default {
|
|||||||
course,
|
course,
|
||||||
update,
|
update,
|
||||||
restore,
|
restore,
|
||||||
ids
|
ids,
|
||||||
|
exportExcel,
|
||||||
|
exportPdf
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user