Commit 076055c2 by Sxy

fix: 优化

parent ecdd2c9d
......@@ -204,7 +204,8 @@ class StatisticsService {
pageIndex: pobj.pageNum || 1,
pageSize: pobj.pageSize || 10,
listType: pobj.listType,
fuzzy_code: pobj.fuzzy_code
fuzzy_code: pobj.fuzzy_code,
status: pobj.status
});
return data;
}
......
......@@ -191,6 +191,7 @@ class BaseClient {
break
case "order":
delete pobj.listType;
pobj.status = Number(pobj.status)
url = '/web/opaction/order/springBoard'
query = {
"actionType": "getOrdersComparisonList",
......
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