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