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 { ...@@ -33,7 +33,7 @@ class ActionAPI extends APIBase {
let result let result
switch (action_type) { switch (action_type) {
case 'getPage': 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) action_body.types, action_body.keywords)
break break
case 'createOrUpdate': 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