mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 21:36:42 +08:00
二次查询接口
This commit is contained in:
@@ -93,6 +93,16 @@ const restore=function (id){
|
||||
return ajax.get(baseURL,'/xboe/subgroup/m/noteinfo/restore?id='+id);
|
||||
}
|
||||
|
||||
/**
|
||||
* 二次查询
|
||||
* @param{
|
||||
* ids
|
||||
* }
|
||||
* */
|
||||
const ids=function (data){
|
||||
return ajax.postJson('/xboe/subgroup/m/noteinfo/ids',data);
|
||||
}
|
||||
|
||||
export default {
|
||||
save,
|
||||
detail,
|
||||
@@ -104,5 +114,6 @@ export default {
|
||||
query,
|
||||
course,
|
||||
update,
|
||||
restore
|
||||
restore,
|
||||
ids
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user