diff --git a/src/pages/Order/List/index.tsx b/src/pages/Order/List/index.tsx index 88172e2..8e5fecd 100644 --- a/src/pages/Order/List/index.tsx +++ b/src/pages/Order/List/index.tsx @@ -1386,7 +1386,7 @@ const Shipping: React.FC<{ { label: 'tms.freightwaves', value: 'freightwaves' }, ]); const [courierCompany, setCourierCompany] = useState([ - { label: '最佳物流', value: '最优物流' }, + { label: '最佳物流', value: '' }, { label: 'UNIUNI', value: 'UNIUNI' }, { label: 'PuroYYZ', value: 'PuroYYZ' }, { label: 'CPYYZ', value: 'CPYYZ' }, @@ -1445,7 +1445,7 @@ const Shipping: React.FC<{ if (shipmentInfo) shipmentInfo = JSON.parse(shipmentInfo); const a = { shipmentPlatform: 'uniuni', - courierCompany: '最优物流', + courierCompany: '', ...data, // payment_method_id: shipmentInfo?.payment_method_id, stockPointId: shipmentInfo?.stockPointId,