Commit 895b12c5 by 孙亚楠

d

parent 3422f478
......@@ -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