mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
修改导出笔记的调用方法。
This commit is contained in:
@@ -110,7 +110,7 @@ const ids=function (data){
|
|||||||
* }
|
* }
|
||||||
* */
|
* */
|
||||||
const exportExcel=function (data){
|
const exportExcel=function (data){
|
||||||
return ajax.postJson(baseURL,'/xboe/subgroup/m/noteinfo/exportExcel',data);
|
return ajax.postJsonToFile(baseURL,'/xboe/subgroup/m/noteinfo/exportExcel',data);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user