mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
@我的全部
This commit is contained in:
@@ -97,6 +97,15 @@ const delReply=function(data){
|
|||||||
return ajax.post('/xboe/m/comment/delete-reply',data);
|
return ajax.post('/xboe/m/comment/delete-reply',data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @我的全部
|
||||||
|
* @pageIndex 页数
|
||||||
|
* @paramSize 每页展示行数
|
||||||
|
* @uname 根据人员姓名搜索
|
||||||
|
* */
|
||||||
|
const queryAll=function (query){
|
||||||
|
return ajax.post('/xboe/m/comment/queryAll',query);
|
||||||
|
}
|
||||||
|
|
||||||
export default{
|
export default{
|
||||||
del,
|
del,
|
||||||
@@ -107,5 +116,6 @@ export default{
|
|||||||
reply,
|
reply,
|
||||||
replyList,
|
replyList,
|
||||||
userReplyList,
|
userReplyList,
|
||||||
delReply
|
delReply,
|
||||||
|
queryAll
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user