Commit 800d2f86 authored by 前端-李俊鑫's avatar 前端-李俊鑫

fix: planNo字段取值调整

parent e98d8c9b
...@@ -130,7 +130,7 @@ const DeliveryNoticeManagementAwaitB2BDetails: React.FC<PropsType> = ({ type, id ...@@ -130,7 +130,7 @@ const DeliveryNoticeManagementAwaitB2BDetails: React.FC<PropsType> = ({ type, id
roleType: 2 roleType: 2
} }
const receivingAddress = { const receivingAddress = {
planNo: planData.planNo, planNo: data.planNo,
provinceName: data.provinceName, provinceName: data.provinceName,
cityName: data.cityName, cityName: data.cityName,
districtName: data.districtName, districtName: data.districtName,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment