Commit 5e54cbc2 by 孙亚楠

dd

parent 03b9e51b
...@@ -676,8 +676,8 @@ class OrderCtl extends CtlBase { ...@@ -676,8 +676,8 @@ class OrderCtl extends CtlBase {
currentPage: Number(pobj.currentPage || 1), currentPage: Number(pobj.currentPage || 1),
pageSize: Number(pobj.pageSize || 10), pageSize: Number(pobj.pageSize || 10),
deliver_id: pobj.deliver_id, deliver_id: pobj.deliver_id,
// status:statusMap[pobj.status], status:statusMap[pobj.status],
status:pobj.status, // status:pobj.status,
isMain:pobj.isMain, isMain:pobj.isMain,
isManager:pobj.isManager, isManager:pobj.isManager,
delier_user_id:pobj.delier_user_id, delier_user_id:pobj.delier_user_id,
......
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