mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
笔记
This commit is contained in:
@@ -85,6 +85,12 @@ const query=function (data){
|
||||
const course=function (){
|
||||
return ajax.get(baseURL,'/xboe/subgroup/m/noteinfo/course');
|
||||
}
|
||||
/**
|
||||
* 笔记id
|
||||
* */
|
||||
const restore=function (id){
|
||||
return ajax.get(baseURL,'/xboe/subgroup/m/noteinfo/restore?id='+id);
|
||||
}
|
||||
|
||||
export default {
|
||||
save,
|
||||
@@ -96,5 +102,6 @@ export default {
|
||||
pagelist,
|
||||
query,
|
||||
course,
|
||||
update
|
||||
update,
|
||||
restore
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user