Commit 12dffbba authored by shilei's avatar shilei

查看更多条件

parent f95e2447
......@@ -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