Commit 4c16e803 authored by shilei's avatar shilei

Merge branch '20231227_change_list_id' into dev

parents 1f3ac184 12dffbba
...@@ -369,7 +369,7 @@ const toIndustrialList = () => { ...@@ -369,7 +369,7 @@ const toIndustrialList = () => {
name: RouteName.industrialParkList, name: RouteName.industrialParkList,
query: { query: {
searchParams: JSON.stringify({ searchParams: JSON.stringify({
developmentId: detail.value!.businessId, developmentId: detail.value!.id,
}), }),
}, },
}); });
...@@ -380,7 +380,7 @@ const toLandList = () => { ...@@ -380,7 +380,7 @@ const toLandList = () => {
name: RouteName.landList, name: RouteName.landList,
query: { query: {
searchParams: JSON.stringify({ searchParams: JSON.stringify({
developmentId: detail.value!.businessId, developmentId: detail.value!.id,
}), }),
}, },
}); });
......
...@@ -290,7 +290,7 @@ const toCarrierList = () => { ...@@ -290,7 +290,7 @@ const toCarrierList = () => {
name: RouteName.carrierList, name: RouteName.carrierList,
query: { query: {
searchParams: JSON.stringify({ searchParams: JSON.stringify({
parkId: detail.value!.businessId, parkId: detail.value!.id,
}), }),
}, },
}); });
......
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