mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
@我的全部
This commit is contained in:
@@ -97,6 +97,15 @@ const delReply=function(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{
|
||||
del,
|
||||
@@ -107,5 +116,6 @@ export default{
|
||||
reply,
|
||||
replyList,
|
||||
userReplyList,
|
||||
delReply
|
||||
delReply,
|
||||
queryAll
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user