Commit 8e238dc7 by wkliang

Merge branch 'engine-product' of gitlab.gongsibao.com:jiangyong/zhichan into engine-product

parents 919fd2e8 895b12c5
......@@ -33,7 +33,7 @@ class ActionAPI extends APIBase {
let result
switch (action_type) {
case 'getPage':
result = await this.productSve.getPage(action_body.page, action_body.limit,
result = await this.productSve.getPage(Number(action_body.page), Number(action_body.limit),
action_body.types, action_body.keywords)
break
case 'createOrUpdate':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment