Authored by 陈峰

commitOrder params

@@ -63,7 +63,7 @@ class InvoiceService extends Service { @@ -63,7 +63,7 @@ class InvoiceService extends Service {
63 63
64 commitOrder(storeId) { 64 commitOrder(storeId) {
65 return this.post(apiUrl.commitOrder, { 65 return this.post(apiUrl.commitOrder, {
66 - id: storeId 66 + proRequisitionFormId: storeId
67 }); 67 });
68 } 68 }
69 69