fix(订单列表): 移除默认的快递公司字段
This commit is contained in:
parent
3c7a5d815e
commit
7db92c6771
|
|
@ -1258,7 +1258,6 @@ const Shipping: React.FC<{
|
|||
if (shipmentInfo) shipmentInfo = JSON.parse(shipmentInfo);
|
||||
return {
|
||||
shipmentPlatform: 'freightwaves',
|
||||
courierCompany: 'UNIUNI',
|
||||
...data,
|
||||
// payment_method_id: shipmentInfo?.payment_method_id,
|
||||
stockPointId: shipmentInfo?.stockPointId,
|
||||
|
|
|
|||
Loading…
Reference in New Issue