main #48
|
|
@ -1384,7 +1384,6 @@ const [shipmentPlatforms, setShipmentPlatforms] = useState([
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
console.log('data',a)
|
|
||||||
return a
|
return a
|
||||||
|
zhuotianyuan marked this conversation as resolved
|
|||||||
}}
|
}}
|
||||||
onFinish={async ({
|
onFinish={async ({
|
||||||
|
|
@ -1716,7 +1715,6 @@ const [shipmentPlatforms, setShipmentPlatforms] = useState([
|
||||||
<ProFormText
|
<ProFormText
|
||||||
label="公司名称"
|
label="公司名称"
|
||||||
name={['details', 'destination', 'name']}
|
name={['details', 'destination', 'name']}
|
||||||
rules={[{ message: '请输入公司名称' }]}
|
|
||||||
/>
|
/>
|
||||||
|
zhuotianyuan marked this conversation as resolved
Outdated
longbot
commented
规范 规范
|
|||||||
<ProFormItem
|
<ProFormItem
|
||||||
name={['details', 'destination', 'address', 'country']}
|
name={['details', 'destination', 'address', 'country']}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
去掉日志