zksu
/
WEB
forked from yoone/WEB
1
0
Fork 0

fix(Order/List): 移除调试日志和无效的表单验证规则

移除console.log调试语句和无效的公司名称必填验证规则
This commit is contained in:
zhuotianyuan 2026-01-23 16:42:10 +08:00
parent 0abe06d9df
commit 5f1c6eeb44
1 changed files with 0 additions and 2 deletions

View File

@ -1384,7 +1384,6 @@ const [shipmentPlatforms, setShipmentPlatforms] = useState([
},
},
};
console.log('data',a)
return a
}}
onFinish={async ({
@ -1716,7 +1715,6 @@ const [shipmentPlatforms, setShipmentPlatforms] = useState([
<ProFormText
label="公司名称"
name={['details', 'destination', 'name']}
rules={[{ message: '请输入公司名称' }]}
/>
<ProFormItem
name={['details', 'destination', 'address', 'country']}