提交 01c68466 编写于 作者: W wangze

🐛 文章搜索异常

上级 017fdb27
......@@ -24,7 +24,7 @@ function getArticleList(params) {
function searchArticle(params) {
const url = moduleName + '/search'
return new Promise((resolve, reject) => {
apiRequest.Post(url, params)
apiRequest.Post(url, {}, params)
.then(r => {
resolve(r)
}, e => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册