mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 12:56:43 +08:00
二次查询接口
This commit is contained in:
@@ -109,6 +109,16 @@ const details = function (id, addView) {
|
||||
return ajax.get('/xboe/m/boe/cases/details?' + pars);
|
||||
}
|
||||
|
||||
/**
|
||||
* 二次查询
|
||||
* @param{
|
||||
* ids
|
||||
* }
|
||||
* */
|
||||
const ids=function (data){
|
||||
return ajax.postJson('/xboe/m/boe/cases/ids',data);
|
||||
}
|
||||
|
||||
export default {
|
||||
indexList,
|
||||
queryList,
|
||||
@@ -122,5 +132,6 @@ export default {
|
||||
queryPraises,
|
||||
queryComments,
|
||||
majorTypes,
|
||||
details
|
||||
details,
|
||||
ids
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user