Authored by 陈峰

commitOrder params

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