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:
@@ -110,7 +110,7 @@ const ids=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