@我的全部

This commit is contained in:
zhaofang
2022-07-14 16:34:01 +08:00
parent aac1de7ac2
commit 040a15b595
2 changed files with 12 additions and 25 deletions

View File

@@ -97,25 +97,14 @@ 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,
update,
add,
pagelist,
pageQuery,
reply,
replyList,
userReplyList,
delReply,
queryAll
reply,
replyList,
userReplyList,
delReply,
}