mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
我的案例和导出
This commit is contained in:
@@ -130,6 +130,29 @@ const excellent=function(data){
|
||||
return ajax.post('/xboe/m/boe/cases/excellent',data)
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
*我的案例
|
||||
* @param{
|
||||
* pageIndex
|
||||
* pageSize
|
||||
* }
|
||||
* */
|
||||
const mylist=function (query){
|
||||
return ajax.post('/xboe/m/boe/cases/mylist',query);
|
||||
}
|
||||
|
||||
/**
|
||||
* 导出
|
||||
* @param{
|
||||
* pageIndex
|
||||
* pageSize
|
||||
* }
|
||||
* */
|
||||
const exportCases=function (query){
|
||||
return ajax.post('/xboe/m/boe/cases/export',query);
|
||||
}
|
||||
|
||||
export default {
|
||||
indexList,
|
||||
queryList,
|
||||
@@ -145,5 +168,7 @@ export default {
|
||||
majorTypes,
|
||||
details,
|
||||
ids,
|
||||
excellent
|
||||
excellent,
|
||||
mylist,
|
||||
exportCases
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user